-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle too high batch steps more graciously
Instead of erroring, when too many batchsteps is set such that the final batch size would exceed dataset length, simply don't truncate the batch steps instead of throwing an error. This change enables experimenting with more aggressive batch steps, and also comes in handy when working with long-read data.
- Loading branch information
1 parent
744ebda
commit a71791a
Showing
2 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters