Skip to content

Commit

Permalink
increase tolerance on three body test
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Oct 16, 2023
1 parent a1e6693 commit cfab361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Planet/Planet3Body/testme.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

name="dump.0001.dmp"

tolerance=1e-12
tolerance=2e-11

def testMe(test):
test.configure()
Expand Down

0 comments on commit cfab361

Please sign in to comment.