We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458e9e3 commit 6669ff4Copy full SHA for 6669ff4
test/runtests.jl
@@ -37,7 +37,7 @@ using Random
37
end
38
39
@testset "psample" begin
40
- chain1 = psample(model, spl1, 10000, 4)
+ chain1 = psample(model, spl1, 10000, 4; param_names=["μ", "σ"])
41
@test mean(chain1["μ"].value) ≈ 0.0 atol=0.1
42
@test mean(chain1["σ"].value) ≈ 1.0 atol=0.1
43
0 commit comments