We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We check for chunk=None and raise an error quite early if passed a dask array
chunk=None
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.
The text was updated successfully, but these errors were encountered:
Allow custom numpy aggregations for "blockwise"
48fa7a0
Closes #99
Successfully merging a pull request may close this issue.
We check for
chunk=None
and raise an error quite early if passed a dask arrayBut 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.
The text was updated successfully, but these errors were encountered: