metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
103 stars 85 forks source link

Make difference module handle circular cubes #1990

Closed MO-PeterJordan closed 2 months ago

MO-PeterJordan commented 5 months ago

Split out from https://github.com/metoppv/improver/pull/1985 to support calculating gradients for cubes which wrap around the meridian.

Testing:

CLA

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 94.87179% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.41%. Comparing base (84a8944) to head (31fceb3). Report is 12 commits behind head on master.

Files Patch % Lines
improver/utilities/spatial.py 94.87% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1990 +/- ## ========================================== + Coverage 98.39% 98.41% +0.01% ========================================== Files 124 128 +4 Lines 12212 12482 +270 ========================================== + Hits 12016 12284 +268 - Misses 196 198 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MoseleyS commented 2 months ago

Superseded.