Skip to content

Commit

Permalink
Add xfail notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 24, 2022
1 parent 0ab6331 commit 0e888fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/tests/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ def test_indexing_dask_array_scalar():
@requires_dask
def test_vectorized_indexing_dask_array():
# https://github.com/pydata/xarray/issues/2511#issuecomment-563330352
# This one is hard because we are indexing a numpy Variable or a IndexVariable
# with a dask array.
darr = DataArray(data=[0.2, 0.4, 0.6], coords={"z": range(3)}, dims=("z",))
indexer = DataArray(
data=np.random.randint(0, 3, 8).reshape(4, 2).astype(int),
Expand Down

0 comments on commit 0e888fc

Please sign in to comment.