You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the matrix_splitter class the function for dividing up a matrix into batches prep_batch_ranges does not update the ranges if their is a remainer, thus droping the samples during performing batches.
Proposed Solution
Add the num_lines to last batch range so that all samples are included.
e.g.
Problem
In the
matrix_splitter
class the function for dividing up a matrix into batchesprep_batch_ranges
does not update theranges
if their is a remainer, thus droping the samples during performing batches.Proposed Solution
Add the
num_lines
to last batch range so that all samples are included.e.g.
Note
This will impact the tests that are being created in the PR #7
The text was updated successfully, but these errors were encountered: