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 9876a9b commit 3607830Copy full SHA for 3607830
test/mcmc/ess.jl
@@ -54,7 +54,7 @@ using Turing
54
55
@testset "gdemo with CSMC + ESS" begin
56
alg = Gibbs(:s => CSMC(15), :m => ESS())
57
- chain = sample(StableRNG(seed), gdemo(1.5, 2.0), alg, 2000)
+ chain = sample(StableRNG(seed), gdemo(1.5, 2.0), alg, 3_000)
58
check_numerical(chain, [:s, :m], [49 / 24, 7 / 6]; atol=0.1)
59
end
60
0 commit comments