Skip to content

Commit

Permalink
Precision reduction for checking direction angles in clugen() tests
Browse files Browse the repository at this point in the history
Some tests were failing at "normal" and "full" levels due to too
stringent precision requirements
  • Loading branch information
nunofachada committed Mar 31, 2023
1 parent f6b7000 commit 26ba45e
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 @@ -96,7 +96,7 @@ def test_clugen_mandatory(
assert_allclose(
angle_btw(direc[i, :], result.directions[i, :]),
abs(result.angles[i]),
atol=1e-11,
atol=1e-6,
)


Expand Down

0 comments on commit 26ba45e

Please sign in to comment.