LSSTDESC / rail_sklearn

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

Fixing the number of chunks needed #13

Closed joselotl closed 6 months ago

joselotl commented 6 months ago

Problem & Solution Description (including issue #)

When NZDir was trying to obtain the number of chunks needed to perform the computation as ceil(input_lenght/chunk_size). This is wrong when the iterator is executed in Jupyter because in that case it only uses one big chunk.

Code Quality