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

Support readonly arrays in adaptive #452

Closed svank closed 1 week ago

svank commented 2 weeks ago

@astrofrog This is what I found for readonly arrays in Cython: https://github.com/cython/cython/pull/1869

Just need to add const to the types of the input arrays

Closes #449 ?

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 91.52%. Comparing base (8014869) to head (e9620c8). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #452 +/- ## ======================================= Coverage 91.52% 91.52% ======================================= Files 25 25 Lines 1027 1027 ======================================= Hits 940 940 Misses 87 87 ```

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

svank commented 2 weeks ago

Not sure about the test failures---I think they're unrelated?