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 e1dbf6c commit 41b25f8Copy full SHA for 41b25f8
test/mcmc/gibbs.jl
@@ -317,7 +317,7 @@ end
317
# the posterior is analytically known? Doing 10_000 samples to run the test suite
318
# is not ideal
319
@test isapprox(mean(num_ms), 8.6087; atol=0.5)
320
- @test isapprox(std(num_ms), 1.8865; atol=0.01)
+ @test isapprox(std(num_ms), 1.8865; atol=0.02)
321
end
322
323
@testset "dynamic model with dot tilde" begin
0 commit comments