Skip to content

Commit 26d85d5

Browse files
committed
loooser test
1 parent a1769ba commit 26d85d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ def test_resample_ds_da_are_the_same(self):
19141914
"x": np.arange(5),
19151915
}
19161916
)
1917-
assert_identical(
1917+
assert_allclose(
19181918
ds.resample(time="M").mean()["foo"], ds.foo.resample(time="M").mean()
19191919
)
19201920

0 commit comments

Comments
 (0)