We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
constant_values
pad
1 parent 21b4aad commit afa526aCopy full SHA for afa526a
1 file changed
cubed_xarray/tests/test_xarray.py
@@ -121,7 +121,6 @@ def test_transpose(self):
121
v = self.lazy_var
122
self.assertLazyAndIdentical(u.T, v.T)
123
124
- @pytest.mark.xfail(reason="needs pad mode='constant_values' in cubed")
125
def test_shift(self):
126
u = self.eager_var
127
@@ -362,7 +361,7 @@ def test_groupby(self):
362
361
actual = v.groupby("x").mean(...)
363
self.assertLazyAndAllClose(expected, actual)
364
365
+ @pytest.mark.xfail(reason="needs cubed.lib.stride_tricks.sliding_window_view")
366
def test_rolling(self):
367
u = self.eager_array
368
v = self.lazy_array
0 commit comments