Skip to content

Commit

Permalink
upped the number of samples used for filldist proposal test
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Mar 13, 2024
1 parent 139c8d4 commit a955932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mcmc/mh.jl
Expand Up @@ -240,7 +240,7 @@
chain = sample(
demo_filldist_issue2180(),
MH(AdvancedMH.RandomWalkProposal(filldist(Normal(), 3))),
1000
10_000
)
check_numerical(chain, [Symbol("x[1]"), Symbol("x[2]"), Symbol("x[3]")], [0, 0, 0], atol=0.1)
end
Expand Down

0 comments on commit a955932

Please sign in to comment.