We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec3a6f commit eaa2688Copy full SHA for eaa2688
cubed_xarray/tests/test_xarray.py
@@ -396,7 +396,6 @@ def test_groupby_first_last(self, func):
396
actual = method(v.groupby("ab"))
397
self.assertLazyAndAllClose(expected, actual)
398
399
- @pytest.mark.xfail(reason="isn't lazy")
400
def test_reindex(self):
401
u = self.eager_array.assign_coords(y=range(6))
402
v = self.lazy_array.assign_coords(y=range(6))
0 commit comments