-
Notifications
You must be signed in to change notification settings - Fork 2
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
Get missing values and dtype without re-opening the dataset #180
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #180 +/- ##
==========================================
+ Coverage 86.93% 87.11% +0.17%
==========================================
Files 8 8
Lines 620 613 -7
==========================================
- Hits 539 534 -5
+ Misses 81 79 -2 ☔ View full report in Codecov by Sentry. |
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.
Hi @davidhassell - many thanks for this, bud! Great progress! Unfortunately it's not there just yet - a bit of a hiccup wrt S3 file reading and tests, see eg failed test suite on S3 - mostly related to the "missing/missing values" API still needing a bit of tweaking for the S3 storage type, but also (interestingly) a certain file that can not be opened now anymore. I fixed a couple POSIX tests so we can get a quote on coverage, a few statements need tests, but I can add those after you've addressed the S3-related issues. Cheers 🍺
OK - tests passing :) |
valiant effort @davidhassell ! Let me write us a couple tests for the missing statements, then will merge 👍 🍻 |
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.
brilliant, cheers very much @davidhassell 🍻 I'll fix the loader test in netcdf to zarr for better cov when we have the next PR ready about 👍
Description
Get missing values and dtype without re-opening the dataset
Closes #179
Before you get started
Checklist