mathause / mplotutils

helper functions for cartopy and matplotlib
MIT License
18 stars 3 forks source link

refactor cyclic_dataarray #33

Closed mathause closed 1 year ago

mathause commented 1 year ago

This can be done with obj.pad which makes it basically trivial...

codecov-commenter commented 1 year ago

Codecov Report

Base: 66.86% // Head: 66.03% // Decreases project coverage by -0.83% :warning:

Coverage data is based on head (b6837c6) compared to base (a7a675d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== - Coverage 66.86% 66.03% -0.84% ========================================== Files 4 4 Lines 329 315 -14 ========================================== - Hits 220 208 -12 + Misses 109 107 -2 ``` | Flag | Coverage Δ | | |---|---|---| | min-all-deps | `66.03% <100.00%> (-0.84%)` | :arrow_down: | | unittests | `66.03% <100.00%> (-0.84%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mathias+Hauser#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/mathause/mplotutils/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mathias+Hauser) | Coverage Δ | | |---|---|---| | [mplotutils/cartopy\_utils.py](https://codecov.io/gh/mathause/mplotutils/pull/33/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mathias+Hauser#diff-bXBsb3R1dGlscy9jYXJ0b3B5X3V0aWxzLnB5) | `57.60% <100.00%> (-2.84%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mathias+Hauser). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mathias+Hauser)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.