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 6fde198 commit c7f577dCopy full SHA for c7f577d
test/gibbs_example/gibbs_test.jl
@@ -32,8 +32,8 @@ include("hier_normal.jl")
32
mu_mean = only(mean(mu_samples))
33
tau2_mean = only(mean(tau2_samples))
34
35
- @test mu_mean ≈ mu_true atol = 0.1
36
- @test tau2_mean ≈ tau2_true atol = 0.1
+ @test mu_mean ≈ mu_true rtol = 0.1
+ @test tau2_mean ≈ tau2_true rtol = 0.1
37
end
38
39
# This is too difficult to sample, disable for now
0 commit comments