Skip to content

Commit

Permalink
collisionZ tolerance bump
Browse files Browse the repository at this point in the history
Follow-up to #5132
  • Loading branch information
ax3l committed Aug 16, 2024
1 parent 634eb9f commit d120f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Tests/collision/analysis_collision_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
assert error < tolerance

test_name = os.path.split(os.getcwd())[1]
checksumAPI.evaluate_checksum(test_name, fn)
checksumAPI.evaluate_checksum(test_name, fn, rtol=1e-3)

0 comments on commit d120f06

Please sign in to comment.