Skip to content

Commit

Permalink
Convert to argument
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Jan 11, 2025
1 parent ba2229c commit 308df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/utils/verify_benchmark_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def verify_table_rec(data):


@click.command(help="Verify benchmark scores")
@click.option("--file_path", type=str, help="Path to the json file")
@click.argument("file_path", type=str)
@click.option("--bench_type", type=str, help="Type of benchmark to verify", default="detection")
def main(file_path, bench_type):
with open(file_path, 'r') as file:
Expand Down

0 comments on commit 308df32

Please sign in to comment.