-
Notifications
You must be signed in to change notification settings - Fork 78
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
Abstract classes for GRIB streams and messages #259
Conversation
…sses # Conflicts: # cfgrib/abc.py # cfgrib/messages.py
Codecov Report
@@ Coverage Diff @@
## master #259 +/- ##
==========================================
- Coverage 96.41% 96.11% -0.31%
==========================================
Files 26 26
Lines 1814 1827 +13
Branches 211 214 +3
==========================================
+ Hits 1749 1756 +7
- Misses 39 44 +5
- Partials 26 27 +1
Continue to review full report at Codecov.
|
Hi @alexamici, is this something that we can test already? If so, could you provide a small example of what sort of object Metview should provide, and how to call/test it? Thanks, |
@iainrussell I move the core of the change in PR #265 . It should be almost ready for testing. |
Related to #243