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
20 stars 17 forks source link

Fix issue 135 (mesh to grid chunking problems) #136

Closed stephenworsley closed 2 years ago

stephenworsley commented 2 years ago

Fixes #135.

codecov[bot] commented 2 years ago

Codecov Report

Merging #136 (9c20d48) into unstructured_scheme (52a1bee) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           unstructured_scheme     #136   +/-   ##
====================================================
  Coverage                99.53%   99.53%           
====================================================
  Files                       27       27           
  Lines                     1715     1720    +5     
====================================================
+ Hits                      1707     1712    +5     
  Misses                       8        8           
Impacted Files Coverage Δ
esmf_regrid/experimental/unstructured_scheme.py 100.00% <100.00%> (ø)
...nstructured_scheme/test_MeshToGridESMFRegridder.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 52a1bee...9c20d48. Read the comment docs.

jamesp commented 2 years ago

do we need to push a new version @stephenworsley?

stephenworsley commented 2 years ago

@jamesp It's probably worth getting one out soon, though it might be worth waiting for regridder saving to get tweaked which is likely to happen within about a week.