Skip to content

Commit c7f577d

Browse files
committed
relax test error
1 parent 6fde198 commit c7f577d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gibbs_example/gibbs_test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ include("hier_normal.jl")
3232
mu_mean = only(mean(mu_samples))
3333
tau2_mean = only(mean(tau2_samples))
3434

35-
@test mu_mean mu_true atol = 0.1
36-
@test tau2_mean tau2_true atol = 0.1
35+
@test mu_mean mu_true rtol = 0.1
36+
@test tau2_mean tau2_true rtol = 0.1
3737
end
3838

3939
# This is too difficult to sample, disable for now

0 commit comments

Comments
 (0)