Skip to content

Commit

Permalink
Increase atol on SMC test
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jan 23, 2025
1 parent 5854fa2 commit 152a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mcmc/Inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ using Turing
chn_p = sample(StableRNG(seed), testbb(obs), pg, 200)
chn_g = sample(StableRNG(seed), testbb(obs), gibbs, 200)

check_numerical(chn_s, [:p], [meanp]; atol=0.05)
check_numerical(chn_s, [:p], [meanp]; atol=0.2)
check_numerical(chn_p, [:x], [meanp]; atol=0.1)
check_numerical(chn_g, [:x], [meanp]; atol=0.1)
end
Expand Down

0 comments on commit 152a68a

Please sign in to comment.