LSSTDESC / rail_sklearn

RAIL algorithms that depend on scikit-learn.
MIT License
1 stars 0 forks source link

The total number of chunks was not computed properly #23

Closed joselotl closed 2 months ago

joselotl commented 2 months ago

When the data lenght is smaller than n_process*chunk_size, the last process was not computing properly the chunk_size.

Problem & Solution Description (including issue #)

Code Quality

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 95.81%. Comparing base (85ff7c8) to head (71a70a2). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 95.81% 95.81% ======================================= Files 4 4 Lines 287 287 ======================================= Hits 275 275 Misses 12 12 ```

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