Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Mar 7, 2024
1 parent d012eae commit e2b16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def test_multilevels(self):
ds_sub.warminglevel,
["+1Cvs1850-1900", "+2Cvs1850-1900", "+3Cvs1850-1900", "+20Cvs1850-1900"],
)
np.testing.assert_array_equal(ds_sub.tas.isnull().sum("time"), [10, 0, 1, 20])
np.testing.assert_array_equal(ds_sub.tas.isnull().sum("time"), [20, 0, 20, 20])


class TestResample:
Expand Down

0 comments on commit e2b16c9

Please sign in to comment.