spacetelescope / calcos

Calibration for HST/COS.
https://hst-docs.stsci.edu/cosdhb/chapter-3-cos-calibration
3 stars 27 forks source link

use Numpy 2.0 release candidate #242

Closed zacharyburnett closed 2 months ago

zacharyburnett commented 3 months ago

ran regression tests (https://github.com/spacetelescope/RegressionTests/actions/runs/9453739674/job/26039817110#step:25:3340) and got several reference file differences (AssertionErrors), as well as four of the following TypeErrors:

E           TypeError: Cannot cast array data from dtype('float64') to dtype('float32') according to the rule 'safe'
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 87.41%. Comparing base (8eb63d1) to head (bb65d71). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #242 +/- ## ========================================== - Coverage 87.64% 87.41% -0.23% ========================================== Files 17 17 Lines 1392 1367 -25 ========================================== - Hits 1220 1195 -25 Misses 172 172 ```

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

zacharyburnett commented 3 months ago

superseded by @stscirij 's branch try_numpy_2