-
-
Notifications
You must be signed in to change notification settings - Fork 329
Fix missing case to fully revert change to default write_empty_chunks. #1005
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
Fix missing case to fully revert change to default write_empty_chunks. #1005
Conversation
Thanks Tom! 😄 What is the result of |
Docs and tests - so looks good to me!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks all. Doing a quick 2.11.3 release before 🛏️, but I'll add:
- I knew we should have made the default a constant!
- During the community call, @d-v-b offered to open a follow-on PR (post-2.11.3) to propose an "auto" setting for
write_empty_chunks
.
Yeah should have checked Anyways this is now being added to conda-forge too ( conda-forge/zarr-feedstock#61 ). Thanks for kicking this off Josh and Tom for the PR 🙏 |
Thanks @joshmoore - 2.11.3 seems to be working now! |
whew 😓 |
Fix issue identified in #1001 (comment). I have manually tested this change with:
TODO: