-
Notifications
You must be signed in to change notification settings - Fork 29
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
Align HDF reader CF _FillValue with Zarr v3 semantics #420
base: main
Are you sure you want to change the base?
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.63% -0.12%
==========================================
Files 28 28
Lines 1742 1751 +9
==========================================
+ Hits 1546 1552 +6
- Misses 196 199 +3
|
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