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 aada0d7 commit a76718dCopy full SHA for a76718d
test/regression.jl
@@ -59,6 +59,6 @@
59
posterior_μ = observations / (1 + σ^2)
60
61
# compare with empirical estimates
62
- @test mean(samples) ≈ posterior_μ rtol = 0.02
+ @test mean(samples) ≈ posterior_μ rtol = 0.05
63
end
64
0 commit comments