-
Notifications
You must be signed in to change notification settings - Fork 30
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
2455 DynDofmaps split & rename #2457
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2457 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 352 353 +1
Lines 47334 47342 +8
=======================================
+ Hits 47264 47273 +9
+ Misses 70 69 -1 ☔ View full report in Codecov by Sentry. |
…ne into 2445_DynDofmaps_split_rename
Hi @hiker, this could be one for you to review if Oakley is happy? |
Fine with me :) |
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.
Very nice work (I am especially happy about how the number of lines and pylint warnings for dynamo_0p3 has decreased. I am aware that this is not just this PR but a lot of earlier work :), but still, really nice to see).
A few minor things. But I have one question, and might need @arporter 's opinion: typically we should have (at least one) test file that covers the corresponding source file. In this case, I would have expected a file .../tests/domain/lfric/lfric_dofmaps_test.py
. As far as I can see, the tests are atm in .../tests/dynamo0p3_cma.py
, the only test modified here ;) And indeed, this file does cover 100% of lfric_dofmaps.py
, but I'd guess it covers actually more. So, @arporter , do we expect this to be done as part of the refactor?
Yes please. |
…ne into 2245_DynDofMaps_split_rename
…45_DynDofMaps_split_rename
It looks all good, except I still get lines not covered by the corresponding test:
If I add |
I've also triggered the integration tests, since everything else is fine! |
Last outstanding issue addressed, CI and integration tests all successful. Proceeding to 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.
All issues addressed. CI/Integration green, no need to rebuild docs. Proceeding to merge
Closes #2455