Skip to content

Commit

Permalink
increase tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Nov 7, 2024
1 parent 8e8ecc2 commit 52af2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tfpwa/test_basic_example_tfpwa.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ def test_example1_tfpwa():
print(result)

assert result.converged
tol = 1.0
tol = 3.0
assert result.fmin == pytest.approx(fit_result.min_nll, abs=tol)

0 comments on commit 52af2cd

Please sign in to comment.