-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bugfix: Bathymetry regridding and B grid velocity regridding. #80
Conversation
…l coordinate named elevation. Threw an error when vcoord had different name
Test fail. Probably the black? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
=======================================
Coverage 72.97% 72.97%
=======================================
Files 3 3
Lines 444 444
=======================================
Hits 324 324
Misses 120 120 ☔ 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.
lgtm, let's just rename the PR to something more descriptive.
B grid error. Not sure how this happened? Means that the demo notebook for ACCESSom2 output stopped working. Need to include B grid example in CI tests
oh wait, I got confused.... you merged a different PR on this branch? |
Oops sorry Navid you were so speedy! I failed to see that you'd already approved changes I made another PR to fix an issue with the regridder (Luwei found the bug) and figured they could go together but maybe that was a mistake |
Can we enhance the tests so they catch these things or you think it's not worth it? |
Yes tests definitely need enhancing to include more edge cases. They're pretty basic for now and even that has been very helpful. |
All good! :) thanks @luweiyang |
Well, I was suggesting we enhanced in this PR :) |
at this step the intermediate 'topog_raw.nc' file already has vertical coordinate named elevation. Threw an error when vcoord had different name