astropy / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://reproject.readthedocs.io
BSD 3-Clause "New" or "Revised" License
105 stars 64 forks source link

Improve memory efficiency of map_coordinates #448

Open astrofrog opened 3 weeks ago

astrofrog commented 3 weeks ago

Split out from #447, this is needed to make workers not use up too much memory when using dask.distributed, but doesn't quite work yet as the memmap copying doesn't seem to always work (some tests failing)

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.66%. Comparing base (7f7f90b) to head (0c7489f). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #448 +/- ## ========================================== + Coverage 91.57% 91.66% +0.08% ========================================== Files 25 25 Lines 1021 1032 +11 ========================================== + Hits 935 946 +11 Misses 86 86 ```

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