feature-engine / feature_engine

Feature engineering package with sklearn like functionality
https://feature-engine.trainindata.com/
BSD 3-Clause "New" or "Revised" License
1.87k stars 310 forks source link

Numpy2 0 0 updates np.Inf vs np.inf #772

Closed olikra closed 3 months ago

olikra commented 3 months ago

Update tests for compatibility of numpy2_0_0 regarding np.Inf vs. np.inf

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.52%. Comparing base (5f2bf8b) to head (77564f7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #772 +/- ## ======================================= Coverage 97.52% 97.52% ======================================= Files 107 107 Lines 4283 4283 Branches 854 854 ======================================= Hits 4177 4177 Misses 62 62 Partials 44 44 ```

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

olikra commented 3 months ago

@solegalli I assume you have to merge these changes into base branch to retest the other open pulls...

solegalli commented 3 months ago

Thank you @olikra ! It's the never-ending story with the updates from numpy, pandas and sklearn.