Skip to content

Commit

Permalink
turn argument to option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Apostol committed Jul 18, 2023
1 parent 1a6fdae commit c4bd743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grants_tagger_light/preprocessing/preprocess_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def preprocess_mesh_cli(
num_proc: int = typer.Option(
8, help="Number of processes to use for preprocessing"
),
max_samples: int = typer.Argument(
max_samples: int = typer.Option(
-1,
help="Maximum number of samples to use for preprocessing",
),
Expand Down

0 comments on commit c4bd743

Please sign in to comment.