SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Fix unmasked connectivity bug #385

Closed stephenworsley closed 2 months ago

stephenworsley commented 2 months ago

Closes #329.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 68.08511% with 15 lines in your changes missing coverage. Please review.

Project coverage is 98.58%. Comparing base (1772591) to head (80246e7).

Files Patch % Lines
esmf_regrid/experimental/unstructured_scheme.py 37.50% 5 Missing :warning:
esmf_regrid/schemes.py 58.33% 5 Missing :warning:
...egrid/tests/unit/schemes/test__mesh_to_MeshInfo.py 50.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #385 +/- ## ========================================== - Coverage 98.92% 98.58% -0.35% ========================================== Files 37 37 Lines 4196 4230 +34 ========================================== + Hits 4151 4170 +19 - Misses 45 60 +15 ```

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

pp-mo commented 2 months ago

All good. We are expecting benchmarks to fail here.