Skip to content

Commit 283f03d

Browse files
committed
Lower the tolerance for the test_python_vs_c_arbitraryaxisrotation_funcomega a bit more to avoid flaky tests
1 parent d912ee4 commit 283f03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_noninertial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ def check_orbit(
20872087
)
20882088
return None
20892089

2090-
check_orbit(tol=2e-8)
2090+
check_orbit(tol=3e-8)
20912091
return None
20922092

20932093

0 commit comments

Comments
 (0)