Closed Badr-MOUFAD closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.53%. Comparing base (
c1b564c
) to head (138bd97
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
@mathurinm, don't mind the 10 files diff, it is just GitHub glitch
@Badr-MOUFAD my solution in that case is to merge main into the branch, now it is reduced to 3 files
Thanks @Badr-MOUFAD
Context
I run unittest of
skglm
and got an error for celer namely segmentation fault. The tests were run on a Mac. Surprisingly, the problem doesn't arise for Linux (no errors in skglm CI)Contributions of the PR
After debugging, the segmentation fault (out of bound index) comes from an un initialized variable. Other errors, due to changes of scikit-learn API, were fixed as well.