Skip to content

Commit

Permalink
Relax a couple more assert tolerances.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Oct 18, 2022
1 parent fdb1a11 commit 2f6f165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yeadon/tests/test_inertia.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def test_rotate_inertia():
[0.0, 0.0, 0.0],
[0.0, 0.0, 10.0]])

testing.assert_allclose(I_b, expected_I_b, atol=1e-16)
testing.assert_allclose(I_b, expected_I_b, atol=1e-14)
2 changes: 1 addition & 1 deletion yeadon/tests/test_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ def test_rotate_inertia(self):
[0.0, 0.0, 0.0],
[0.0, 0.0, 10.0]])

testing.assert_allclose(I_b, expected_I_b, atol=1e-16)
testing.assert_allclose(I_b, expected_I_b, atol=1e-14)

0 comments on commit 2f6f165

Please sign in to comment.