Skip to content

Commit 1b6f59d

Browse files
authored
Merge pull request #47 from dingraha/omjlcomp_osx_tests
Omjlcomp osx tests
2 parents 09e7821 + f4f0fcd commit 1b6f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/omjlcomps/test/test_julia_explicit_comp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_timings(self):
299299
# Compare the average timings.
300300
if (os.getenv("GITHUB_ACTIONS") == "true") and (sys.platform == "darwin"):
301301
# The MacOS runners on GH Actions seem very flaky.
302-
atol = 0.5
302+
atol = 1.0
303303
else:
304304
atol = 0.1
305305
np.testing.assert_allclose(time_avg[1]/time_avg[0], 1.0, atol=atol)

0 commit comments

Comments
 (0)