Skip to content

WIP: Attempt to fix indexing for Dask #1

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

Closed
wants to merge 1 commit into from
Closed

Conversation

bzah
Copy link
Owner

@bzah bzah commented Oct 15, 2021

This is a naive attempt to make isel work with Dask.
Known limitation: it triggers the computation.

WIP
The code presented here is mainly to support the discussion on pydata#2511.
It has not been unit tested and should probably not be merged as is.

This is a naive attempt to make `isel` work with Dask

Known limitation: it triggers the computation.
@mathause
Copy link

You'll have to re open this PR in pydata/xarray that it can be picked up by the xarray core devs.

@bzah
Copy link
Owner Author

bzah commented Oct 18, 2021

You'll have to re open this PR in pydata/xarray that it can be picked up by the xarray core devs.

Oopsi, thank you for spotting this @mathause !

@bzah bzah closed this Oct 18, 2021
@bzah bzah deleted the fix/dask_indexing-1 branch October 18, 2021 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array indexing with dask arrays
2 participants