Skip to content

Commit 3b96fb1

Browse files
committed
_
1 parent 73a2b21 commit 3b96fb1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

xarray/tests/test_dataarray.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6492,13 +6492,6 @@ def test_no_warning_for_all_nan():
64926492
assert len(record) == 0
64936493

64946494

6495-
# @pytest.mark.xfail()
6496-
# def test_no_warning_for_rolling_nan_dask():
6497-
# with pytest.warns(None) as record:
6498-
# _ = xr.DataArray([np.NaN, np.NaN], dims="a").rolling(a=1).mean()
6499-
# assert len(record) == 0
6500-
6501-
65026495
def test_name_in_masking():
65036496
name = "RingoStarr"
65046497
da = xr.DataArray(range(10), coords=[("x", range(10))], name=name)

0 commit comments

Comments
 (0)