Conversation
Codecov Report
@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 98.82% 98.85% +0.03%
==========================================
Files 14 14
Lines 678 699 +21
==========================================
+ Hits 670 691 +21
Misses 8 8
Continue to review full report at Codecov.
|
jamesp
left a comment
There was a problem hiding this comment.
Looks a good, a couple of minor points inline
esmf_regrid/tests/unit/schemes/test_regrid_rectilinear_to_rectilinear.py
Show resolved
Hide resolved
|
When this is merged, the performance test in #100 will be measuring the set up for lazy regridding but not the final realisation of the data. The realisation will also be worth measuring after this is merged in (I don't think it will make sense to add such a test before this is merged in since then it would be measuring the realisation of an already realised array). |
830cc88 to
2e604e6
Compare
|
OK I'm happy with this. Any last changes @stephenworsley ? |

Provides lazy regridding through essentially the same means as in iris (introduced in this PR SciTools/iris#3701).