We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de16a5b commit ec08328Copy full SHA for ec08328
2 files changed
notebooks/arsenic.jl
@@ -5,7 +5,7 @@ using Markdown
5
using InteractiveUtils
6
7
# ╔═╡ 8183b318-5ebb-11eb-1cd8-a96e8704a378
8
-using Pkg, DrWatson, PSIS
+using Pkg, DrWatson, ParetoSmoothedImportanceSampling
9
10
# ╔═╡ d4f7a39c-5ebb-11eb-0a37-4b8499832108
11
begin
@@ -20,7 +20,7 @@ end;
20
# ╔═╡ 686dac30-5ebb-11eb-00f1-434980dba906
21
22
cd(psis_path)
23
- @quickactivate "PSIS"
+ @quickactivate "ParetoSmoothedImportanceSampling"
24
pkg"instantiate"
25
end
26
test/test_demo_wells.jl
@@ -1,10 +1,9 @@
1
+using ParetoSmoothedImportanceSampling
2
using StatisticalRethinking
3
using JSON
4
using StanSample
-using ParetoSmoothedImportanceSampling
-#using Statistics
using Printf
-#using StatsPlots
+using Test
ProjDir = @__DIR__
0 commit comments