Skip to content

Commit ec08328

Browse files
committed
Rel 0.1.0
1 parent de16a5b commit ec08328

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

notebooks/arsenic.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 8183b318-5ebb-11eb-1cd8-a96e8704a378
8-
using Pkg, DrWatson, PSIS
8+
using Pkg, DrWatson, ParetoSmoothedImportanceSampling
99

1010
# ╔═╡ d4f7a39c-5ebb-11eb-0a37-4b8499832108
1111
begin
@@ -20,7 +20,7 @@ end;
2020
# ╔═╡ 686dac30-5ebb-11eb-00f1-434980dba906
2121
begin
2222
cd(psis_path)
23-
@quickactivate "PSIS"
23+
@quickactivate "ParetoSmoothedImportanceSampling"
2424
pkg"instantiate"
2525
end
2626

test/test_demo_wells.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
using ParetoSmoothedImportanceSampling
12
using StatisticalRethinking
23
using JSON
34
using StanSample
4-
using ParetoSmoothedImportanceSampling
5-
#using Statistics
65
using Printf
7-
#using StatsPlots
6+
using Test
87

98
ProjDir = @__DIR__
109

0 commit comments

Comments
 (0)