Skip to content

Commit afa526a

Browse files
authored
Changes after support for constant_values in Cubed pad (#46)
1 parent 21b4aad commit afa526a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cubed_xarray/tests/test_xarray.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def test_transpose(self):
121121
v = self.lazy_var
122122
self.assertLazyAndIdentical(u.T, v.T)
123123

124-
@pytest.mark.xfail(reason="needs pad mode='constant_values' in cubed")
125124
def test_shift(self):
126125
u = self.eager_var
127126
v = self.lazy_var
@@ -362,7 +361,7 @@ def test_groupby(self):
362361
actual = v.groupby("x").mean(...)
363362
self.assertLazyAndAllClose(expected, actual)
364363

365-
@pytest.mark.xfail(reason="needs pad mode='constant_values' in cubed")
364+
@pytest.mark.xfail(reason="needs cubed.lib.stride_tricks.sliding_window_view")
366365
def test_rolling(self):
367366
u = self.eager_array
368367
v = self.lazy_array

0 commit comments

Comments
 (0)