-
Notifications
You must be signed in to change notification settings - Fork 49
Remove ZARR_DEFAULT_FILL_VALUE lookup
#812
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
==========================================
- Coverage 87.73% 87.71% -0.03%
==========================================
Files 35 35
Lines 1884 1880 -4
==========================================
- Hits 1653 1649 -4
Misses 231 231
🚀 New features to boost your workflow:
|
|
Doh! Wanna add a release note documenting the bugfix? Also possibly a regression test that uses unsigned ints... |
|
Added! I think the mypy and rtd errors are unrelated. |
for more information, see https://pre-commit.ci
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!
Towards #811.
In the zarr-parser I used the
ZARR_DEFAULT_FILL_VALUElookup dict, but thefill_valuewas never used / reassigned in theArrayV3Metadata. I think it's only purpose was causing bugs like #811.