Skip to content
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

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Monotonicity fixes for Fgoals #2603

merged 2 commits into from
Dec 10, 2024

Conversation

Karen-A-Garcia
Copy link
Contributor

@Karen-A-Garcia Karen-A-Garcia commented Dec 2, 2024

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.


Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.69%. Comparing base (8b4a63a) to head (dd5d91c).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@valeriupredoi valeriupredoi left a 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":
Copy link
Contributor

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 😀

@valeriupredoi valeriupredoi changed the title Fgoals issues Fixes for Fgoals Dec 3, 2024
@valeriupredoi valeriupredoi added the fix for dataset Related to dataset-specific fix files label Dec 3, 2024
@Karen-A-Garcia Karen-A-Garcia changed the title Fixes for Fgoals Monotonicity fixes for Fgoals Dec 4, 2024
@valeriupredoi
Copy link
Contributor

many thanks @Karen-A-Garcia 🍻

@valeriupredoi valeriupredoi merged commit e09e396 into main Dec 10, 2024
7 checks passed
@valeriupredoi valeriupredoi deleted the fgoals_issues branch December 10, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix for dataset Related to dataset-specific fix files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants