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 c87dc0a commit ff9e935Copy full SHA for ff9e935
test/runtests.jl
@@ -54,6 +54,7 @@ using MCMCChains
54
end
55
56
@testset "psample" begin
57
+ spl1 = StaticMH([Normal(0,1), Normal(0, 1)])
58
chain1 = psample(model, spl1, 10000, 4; param_names=["μ", "σ"], chain_type=Chains)
59
@test mean(chain1["μ"].value) ≈ 0.0 atol=0.1
60
@test mean(chain1["σ"].value) ≈ 1.0 atol=0.1
0 commit comments