SciTools-incubator / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
BSD 3-Clause "New" or "Revised" License
17 stars 17 forks source link

Fix start index bug #301

Closed stephenworsley closed 10 months ago

stephenworsley commented 10 months ago

Addresses #300.

codecov[bot] commented 10 months ago

Codecov Report

Merging #301 (92c8722) into main (6658920) will increase coverage by 0.00%. Report is 2 commits behind head on main. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #301   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files          33       33           
  Lines        3642     3646    +4     
=======================================
+ Hits         3596     3600    +4     
  Misses         46       46           
Files Changed Coverage Δ
esmf_regrid/experimental/unstructured_regrid.py 97.50% <100.00%> (+0.13%) :arrow_up:
...nstructured_scheme/test_GridToMeshESMFRegridder.py 100.00% <100.00%> (ø)
...nstructured_scheme/test_MeshToGridESMFRegridder.py 97.12% <100.00%> (+0.01%) :arrow_up:
...egrid/tests/unit/schemes/test__mesh_to_MeshInfo.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more