Skip to content

Commit

Permalink
linitng
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Sep 18, 2024
1 parent 4a4ea70 commit 99a2519
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 @@ -154,7 +154,7 @@ def mask_and_stack(ds, threshold_land):
rtol=1 / 3,
)
np.testing.assert_allclose(
expected_params.lambda_coeffs, calibrated_params.lambda_coeffs, rtol=1/5
expected_params.lambda_coeffs, calibrated_params.lambda_coeffs, rtol=1 / 5
)
np.testing.assert_allclose(
expected_params.ar1_slope, calibrated_params.ar1_slope, atol=1e-7
Expand Down

0 comments on commit 99a2519

Please sign in to comment.