Skip to content

Commit

Permalink
relax test error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Sep 28, 2024
1 parent 6fde198 commit c7f577d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gibbs_example/gibbs_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ include("hier_normal.jl")
mu_mean = only(mean(mu_samples))
tau2_mean = only(mean(tau2_samples))

@test mu_mean mu_true atol = 0.1
@test tau2_mean tau2_true atol = 0.1
@test mu_mean mu_true rtol = 0.1
@test tau2_mean tau2_true rtol = 0.1
end

# This is too difficult to sample, disable for now
Expand Down

0 comments on commit c7f577d

Please sign in to comment.