Skip to content

Commit 3607830

Browse files
committed
Fix another test
1 parent 9876a9b commit 3607830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcmc/ess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ using Turing
5454

5555
@testset "gdemo with CSMC + ESS" begin
5656
alg = Gibbs(:s => CSMC(15), :m => ESS())
57-
chain = sample(StableRNG(seed), gdemo(1.5, 2.0), alg, 2000)
57+
chain = sample(StableRNG(seed), gdemo(1.5, 2.0), alg, 3_000)
5858
check_numerical(chain, [:s, :m], [49 / 24, 7 / 6]; atol=0.1)
5959
end
6060

0 commit comments

Comments
 (0)