Skip to content

Commit

Permalink
Odd OS specific tolerance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Feb 28, 2025
1 parent da3aaa9 commit 3edbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/splash/test_evap.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ def test_evap_array_grid(splash_core_constants, grid_benchmarks, expected_attr):
wn_sequence = np.vstack([wn_spun_up, expected["wn"].data[:-1, :, :]])

aet = evap.estimate_aet(wn=wn_sequence, day_idx=None)
assert_allclose(aet, expected["aet_d"], equal_nan=True, rtol=1e-6)
assert_allclose(aet, expected["aet_d"], equal_nan=True, rtol=2e-6)

0 comments on commit 3edbcce

Please sign in to comment.