Skip to content

Commit

Permalink
rtol
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Aug 30, 2024
1 parent 0df1b71 commit 930dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_calibrate_mesmer_m.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def mask_and_stack(ds, threshold_land):
# np.testing.assert_allclose(
# expected_params.pt_xi0.values, calibrated_params.pt_xi0.values
# )
xr.testing.assert_allclose(expected_params, calibrated_params, atol=1e-4)
xr.testing.assert_allclose(expected_params, calibrated_params, rtol=1e-4)

0 comments on commit 930dc28

Please sign in to comment.