-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LazilyOuterIndexedArray doesn't support slicing with slice objects #3022
Comments
How does this end up getting called with dask? I don't think we pass xarray/xarray/core/variable.py Lines 893 to 895 in 7e4bf86
|
xarray/xarray/tests/test_duck_array_ops.py Lines 291 to 297 in 7e4bf86
|
Code Sample, a copy-pastable example if possible
Problem description
Dask array meta computations like to run
x[:0, :0]
on input arrays. This breaks with this class.This is on master
The text was updated successfully, but these errors were encountered: