Skip to content

Commit

Permalink
loosen atol
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Nov 20, 2021
1 parent 57d6aaf commit 0d24f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const test_props = [Proposals.Rejection(maxiter=Int(1e6)), Proposals.RWalk(ratio
chain_res = sample(chain, Weights(vec(chain[:weights])), length(chain))

diff = state.logz - analytic_logz
atol = 5state.logzerr
atol = 6state.logzerr
if diff > atol
@warn "logz estimate is poor" bound proposal error = diff tolerance = atol
end
Expand Down

0 comments on commit 0d24f7d

Please sign in to comment.