Skip to content

Allow chunk=None with method='blockwise' #99

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
dcherian opened this issue May 13, 2022 · 0 comments · Fixed by #117
Closed

Allow chunk=None with method='blockwise' #99

dcherian opened this issue May 13, 2022 · 0 comments · Fixed by #117

Comments

@dcherian
Copy link
Collaborator

dcherian commented May 13, 2022

We check for chunk=None and raise an error quite early if passed a dask array

But we could easily make this work for method="blockwise" where we just apply a function designed for numpy arrarys blockwise.

This would be particularly convenient for custom reductions.

@dcherian dcherian changed the title Aloow chunk=None with method='blockwise' Allow chunk=None with method='blockwise' May 13, 2022
dcherian added a commit that referenced this issue Jul 2, 2022
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 a pull request may close this issue.

1 participant