-
Notifications
You must be signed in to change notification settings - Fork 39
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
Monotonicity fixes for Fgoals #2603
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2603 +/- ##
=======================================
Coverage 94.68% 94.69%
=======================================
Files 251 251
Lines 14372 14399 +27
=======================================
+ Hits 13608 13635 +27
Misses 764 764 ☔ 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.
looking good, many thanks! Do you mind cleaning up a a bit the PR checkboxes etc please? Cheers 🍺
@@ -507,7 +507,7 @@ def test_pr_fix_metadata(pr_cubes): | |||
|
|||
out_cubes = fix.fix_metadata(pr_cubes) | |||
for cube in out_cubes: | |||
if cube.var_name == "tas": | |||
if cube.var_name == "pr": |
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.
ah snap, cheers for spotting this 😀
many thanks @Karen-A-Garcia 🍻 |
Description
This is a follow up for #2602. This is pretty much the same fix and tests I had created for CESM2 from NCAR in #2574 and also I found a slight typo from my last pull request. This should fix the monotonicity issue but I could not figure out where the frequency issue is coming from.
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.