-
Notifications
You must be signed in to change notification settings - Fork 44
Import and run grib-dependent attribute handling tests from Iris. #677
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #677 +/- ##
=======================================
Coverage 89.91% 89.91%
=======================================
Files 8 8
Lines 2529 2529
Branches 415 415
=======================================
Hits 2274 2274
Misses 156 156
Partials 99 99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Think this proves itself now, since SciTools/iris#6566 is merged, we now have an actual running (and passing) test example. |
trexfeathers
left a comment
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.
Thanks @pp-mo, firstly for your diligence of making sure we test the concept, and secondly for working hard to establish a pattern that I hope we can 'play forward' to other areas of Iris-grib and in other satellite repos too.
src/iris_grib/tests/integration/iris_integration/test_nc_attribute_handlers.py
Show resolved
Hide resolved
|
Thanks @trexfeathers ! |
N.B. this will not function until SciTools/iris#6566 is merged,
since it uses the new tests provided there.
I think it should run once that is in, since we test against iris main branch.
Though we do also test against latest-release, and that will still fail until we update this...
TODO...
Made into draft as not currently viable...