Skip to content

Commit

Permalink
Fix Mac OS Tests (#362)
Browse files Browse the repository at this point in the history
* relax absolute tolerance
  • Loading branch information
ssolson authored Dec 4, 2024
1 parent 5576a8e commit eb360a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/tests/dolfyn/test_motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_motion_adv(self):
assert_allclose(tdm10, tdmj, atol=1e-7)
assert_allclose(tdm0, tdm, atol=1e-7)
assert_allclose(tdm10, cdm10, atol=1e-7)
assert_allclose(tdmE, cdm10, atol=1e-7)
assert_allclose(tdmE, cdm10, atol=1e-6)
assert_allclose(tdmj, load("vector_data_imu01-json_mc.nc"), atol=1e-7)

def test_sep_probes(self):
Expand Down

0 comments on commit eb360a0

Please sign in to comment.