Skip to content

Commit 81eae1d

Browse files
authored
Reinstate test_groupby_first_last following fix in Cubed (#47)
See cubed-dev/cubed#918
1 parent afa526a commit 81eae1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cubed_xarray/tests/test_xarray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ def test_rolling(self):
371371
actual = v.rolling(x=2).mean()
372372
self.assertLazyAndAllClose(expected, actual)
373373

374-
@pytest.mark.xfail(reason="failure in cubed")
375374
@pytest.mark.parametrize("func", ["first", "last"])
376375
def test_groupby_first_last(self, func):
377376
method = operator.methodcaller(func)

0 commit comments

Comments
 (0)