Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #364 +/- ##
==========================================
+ Coverage 85.76% 86.25% +0.49%
==========================================
Files 88 89 +1
Lines 18654 18695 +41
Branches 2959 2959
==========================================
+ Hits 15998 16125 +127
+ Misses 1996 1884 -112
- Partials 660 686 +26 ☔ View full report in Codecov by Sentry. |
|
Hey @prisae, the logic for this choosing of It's worked in my quick tests, but feel free to check for yourself first. |
This behavior will cause matplotlib to issue an error if both clim and norm are set.
|
That looks much better @jcapriot, great! I tested it and it works on my side. Not sure why the documentation test is failing... 🤔 |
|
Ok, I’ll get the doc test fixed and then merge it. |
|
Okay, a few things.
|
|
Thanks Joe! I will check tomorrow at work with all my examples, but it looks logic, might just need some adjustments in the examples regarding the |
This is really an edge case, not high priority at all (more of cosmetic nature than anything else). Closes #363.