Skip to content

Commit ff9e935

Browse files
committed
Scope error fix.
1 parent c87dc0a commit ff9e935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ using MCMCChains
5454
end
5555

5656
@testset "psample" begin
57+
spl1 = StaticMH([Normal(0,1), Normal(0, 1)])
5758
chain1 = psample(model, spl1, 10000, 4; param_names=["μ", "σ"], chain_type=Chains)
5859
@test mean(chain1["μ"].value) 0.0 atol=0.1
5960
@test mean(chain1["σ"].value) 1.0 atol=0.1

0 commit comments

Comments
 (0)