-
Notifications
You must be signed in to change notification settings - Fork 40
Align HDF reader CF _FillValue with Zarr v3 semantics #420
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
sharkinsspatial
commented
Feb 4, 2025
- Closes TypeError: ufunc 'isnan' not supported for the input types #356
- Tests added
- Tests passing
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #420 +/- ##
==========================================
- Coverage 88.74% 88.64% -0.11%
==========================================
Files 28 28
Lines 1742 1752 +10
==========================================
+ Hits 1546 1553 +7
- Misses 196 199 +3
🚀 New features to boost your workflow:
|
95055c5
to
37906b0
Compare
e25ca39
to
e350cb1
Compare
An h5py group or dataset. | ||
""" | ||
fillvalue = None | ||
for n, v in h5obj.attrs.items(): |
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.
Is there a way to integrate this so we don't have to loop through attrs twice? Just noticing we also loop through attrs in _extract_attrs
…aliZarr into fix/fill_value
ff2a0a2
to
f9eb58b
Compare
f9eb58b
to
5ddc85b
Compare
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 @sharkinsspatial !