Skip to content

Commit 41b25f8

Browse files
committed
Relax a test tolerance
1 parent e1dbf6c commit 41b25f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcmc/gibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ end
317317
# the posterior is analytically known? Doing 10_000 samples to run the test suite
318318
# is not ideal
319319
@test isapprox(mean(num_ms), 8.6087; atol=0.5)
320-
@test isapprox(std(num_ms), 1.8865; atol=0.01)
320+
@test isapprox(std(num_ms), 1.8865; atol=0.02)
321321
end
322322

323323
@testset "dynamic model with dot tilde" begin

0 commit comments

Comments
 (0)