Skip to content

Commit 0e888fc

Browse files
committed
Add xfail notes.
1 parent 0ab6331 commit 0e888fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/tests/test_indexing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@ def test_indexing_dask_array_scalar():
863863
@requires_dask
864864
def test_vectorized_indexing_dask_array():
865865
# https://github.com/pydata/xarray/issues/2511#issuecomment-563330352
866+
# This one is hard because we are indexing a numpy Variable or a IndexVariable
867+
# with a dask array.
866868
darr = DataArray(data=[0.2, 0.4, 0.6], coords={"z": range(3)}, dims=("z",))
867869
indexer = DataArray(
868870
data=np.random.randint(0, 3, 8).reshape(4, 2).astype(int),

0 commit comments

Comments
 (0)