-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update cdflib version #606
Comments
I started on this but didn't make appreciable progress. The one thing that I did identify is that there is a bug in |
Upgrading to v1.3.1 produces 5 failures within the test suite. All of which, I'm not able to address, so I'm going to punt to others on this as well 😂
@bryan-harter : There is an issue with Most of the other failures are related to ISTP attributes, specifically this one:
However, even when I remove all |
I can comment on what I found on This blocks show example of what CDF attrs definition looks like for data with 2 or more dimensions.
|
I believe we get those errors because updated
|
Sorry @greglucas , I missed your question to me at the end! This is eventually going to be fixed in SAMMI, probably on the scale of weeks. But, like I mentioned in my prior comment, it's an easy bandaid fix for now. We just need to make sure manually to include either LABLAXIS or LABL_PTR_n until it's actually fixed in SAMMI, but cdflib checks that so we have a safety net still. |
Yep... see my initial comment. They should all be changed to int64 by modifying the |
What confuses me is that Hi has two dimensional variables that don't have this issue. I didn't have time to dig down to understand the differences. Perhaps it is because I am calling with
|
Algorithm Description:
Update to the latest version of cdflib. The major relevant changes to be aware of are:
Other Notes:
- The code that sets theto_datetime
keyword argument inimap_processing.cdf.utils.load_cdf
should be removed.to_datetime
was already removed as part of another PR.Related Issues/PRs:
#595 - this was the ticket that added defaulting toto_datetime = True
The text was updated successfully, but these errors were encountered: