pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
348 stars 94 forks source link

Fix other numpy 2 incompatibilities #584

Closed djhoese closed 7 months ago

djhoese commented 7 months ago

I need to build deps from github source with the unstable numpy and not in a sandboxed virtualenv. Passing --no-build-isolation should fix this.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (841fbf7) 93.99% compared to head (9c94b08) 93.99%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #584 +/- ## ======================================= Coverage 93.99% 93.99% ======================================= Files 92 92 Lines 13777 13777 ======================================= Hits 12950 12950 Misses 827 827 ``` | [Flag](https://app.codecov.io/gh/pytroll/pyresample/pull/584/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pytroll/pyresample/pull/584/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `93.99% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll#carryforward-flags-in-the-pull-request-comment) to find out more.

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

coveralls commented 7 months ago

Coverage Status

coverage: 93.656%. remained the same when pulling 9c94b087354152a59f6321cf72c78fb174a26c9c on djhoese:bugfix-unstable-ci into df92fb921f9116a819c21d75d8e6dba291622e4b on pytroll:main.

djhoese commented 7 months ago

I'm down to one dask incompatibility with numpy 2 which I have a PR for:

https://github.com/dask/dask/pull/10929