Skip to content

Commit

Permalink
Increase numerical tolerance in a clugen() test
Browse files Browse the repository at this point in the history
that was failing when level was set to normal
  • Loading branch information
nunofachada committed Jun 20, 2023
1 parent 4e2bad3 commit f48631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_clugen_mandatory(
assert_allclose(
angle_btw(direc[i, :], result.directions[i, :]),
abs(result.angles[i]),
atol=1e-6,
atol=1e-5,
)


Expand Down

0 comments on commit f48631e

Please sign in to comment.