Skip to content

Commit eaa2688

Browse files
committed
No longer xfail TestDataArrayAndDataset::test_reindex
Fixed by 'Add scalar support to where' cubed-dev/cubed#679
1 parent 1ec3a6f commit eaa2688

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cubed_xarray/tests/test_xarray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ def test_groupby_first_last(self, func):
396396
actual = method(v.groupby("ab"))
397397
self.assertLazyAndAllClose(expected, actual)
398398

399-
@pytest.mark.xfail(reason="isn't lazy")
400399
def test_reindex(self):
401400
u = self.eager_array.assign_coords(y=range(6))
402401
v = self.lazy_array.assign_coords(y=range(6))

0 commit comments

Comments
 (0)