-
Notifications
You must be signed in to change notification settings - Fork 27
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
TypeError: ufunc 'isnan' not supported for the input types #356
Comments
@TomNicholas This will be fixed in an upcoming PR. Based on our discussions with @rabernat I have been misinterpreting the semantic relationship between the HDF definition of
So this block will be completely removed https://github.com/zarr-developers/VirtualiZarr/blob/main/virtualizarr/readers/hdf/hdf.py#L282-L287. I have the changes made during the hack day changed and I'll try to submit a PR tomorrow. |
Wonderful thank you @sharkinsspatial ! Does that mean there is a pre-existing issue for this?
Separately this might still be useful, but could be tracked in another issue. |
☝ @TomNicholas This is a good point that we hit when dealing with the other null |
Based on our discussion in the VirtualiZarr meeting on Friday, I read through some documentation and pydata/xarray#5475 and would like to summarize my understanding here. I do have 2 minor questions but I think most is clear to me otherwise. Fill value use casesAs discussed here and in pydata/xarray#5475, there are 2 use cases for the generic concept of fill value:
Fill value representationAnd how does each format represent a fill value for each use case?
Questions
|
Trying to open a local copy of one of the files comprising the CWorthy OAE atlas (xref #132) (stored in the cloud here) with @sharkinsspatial 's HDF reader raises an error
The error message is not very helpful. Numpy could have at least told me what the type it received was, and the HDF reader could have added context about which variable it was trying to parse when it failed (so that I could choose to load it instead).
The text was updated successfully, but these errors were encountered: