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

Fix duplicate values on colorbar #143

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

ph-kev
Copy link
Member

@ph-kev ph-kev commented Oct 23, 2024

closes #142 - This PR fixes duplicate values on the colorbar when plotting bias. The colorbar can now be from -0.1 to 0.1 and not has duplicate values.
plot_bias

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.22%. Comparing base (45754cf) to head (c73d7d6).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   98.22%   98.22%           
=======================================
  Files          11       11           
  Lines        1124     1125    +1     
=======================================
+ Hits         1104     1105    +1     
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sbozzolo
Copy link
Member

Can't you have duplicated values with two significant digits? E.g., if you limits are 0.001 and -0.001

@ph-kev ph-kev merged commit 0202156 into CliMA:main Oct 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Colorbar for bias plot has duplicated values
2 participants