Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed May 29, 2024
1 parent b18bfc8 commit c987dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxdx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def consolidate_partials(output_base, extension):
@click.option('--is-one-based', is_flag=True, default=False,
help="Whether indexing is zero or one based")
def get_max_batch_number(file_map, batch_size, is_one_based):
"""Determine the maximal batch number."""
file_map = FileMap.from_tsv(file_map, batch_size)
num_batches = file_map.number_of_batches
if is_one_based:
Expand Down

0 comments on commit c987dcf

Please sign in to comment.