-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add xr.unify_chunks top level method #3371
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
Comments
Should we have a separate namespace for backend-specific functions? Or we're coupled to dask enough that we may as well add to the top level? |
OK with either |
I think we are coupled enough to dask that we may as well add a top-level method/function. I would lean towards |
But unlike |
This should handle multiple DataArrays and Datasets.
Implemented in #3276 as
Dataset.unify_chunks
andDataArray.unify_chunks
The text was updated successfully, but these errors were encountered: