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
Currently, partition_chunks overrides xarray's chunks reserved kwarg in MSv2Partition.open_datatree.
partition_chunks
chunks
MSv2Partition.open_datatree
This strategy started to break once xarray started implementing proper handling of chunks
open_groups
open_datatree
A more correct strategy would be to use partition_chunks to set preferred chunk sizes on backend variables
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently,
partition_chunks
overrides xarray'schunks
reserved kwarg inMSv2Partition.open_datatree
.This strategy started to break once xarray started implementing proper handling of chunks
chunks
inopen_groups
andopen_datatree
pydata/xarray#9660A more correct strategy would be to use
partition_chunks
to set preferred chunk sizes on backend variablesThe text was updated successfully, but these errors were encountered: