lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

Replace np.float_ by np.float64 (support numpy 2) #1561

Closed philippmwirth closed 1 week ago

philippmwirth commented 2 weeks ago

Replace np.float_ by np.float64 (support numpy 2)

Part of #1558. I'm following the migration guide.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 81.81%. Comparing base (ffe5b56) to head (bd67292).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1561 +/- ## ======================================= Coverage 81.81% 81.81% ======================================= Files 144 144 Lines 6119 6119 ======================================= Hits 5006 5006 Misses 1113 1113 ```

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