-
Notifications
You must be signed in to change notification settings - Fork 0
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
earthkit.regrid.utils.Stream write functionality (for most data types) #52
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #52 +/- ##
===========================================
- Coverage 93.09% 92.08% -1.02%
===========================================
Files 9 10 +1
Lines 565 581 +16
Branches 15 16 +1
===========================================
+ Hits 526 535 +9
- Misses 32 38 +6
- Partials 7 8 +1 ☔ View full report in Codecov by Sentry. |
…rom input/output lists of coordinates (rapid development)
199336e
to
4eaf159
Compare
…n=nn, nclosest=1" This reverts commit e9809b7.
if output is None: | ||
return mir_cached_matrix_to_array(matrices[0]) | ||
|
||
if ext == ".npz": |
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.
ext is not defined! This code should be checked.
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.
It's a moving target, sorry about that. Fixed
Double was tricky