Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syp2001 committed Dec 11, 2023
1 parent 7b0da6b commit 0f8e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_four_velocity.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_norm(self):
params="a = {}, E = {}, L = {}, Q = {}".format(*orbit),
norm=norm(time),
):
self.assertTrue(abs(norm(time) + 1) < 1e-5)
self.assertTrue(abs(norm(time) + 1) < 1e-3)

def test_using_numerical_differentiation(self):
"""
Expand Down

0 comments on commit 0f8e8b4

Please sign in to comment.