From 308df322347a8141675f421b1f2d49b1c8c6e8e5 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Fri, 10 Jan 2025 21:33:05 -0500 Subject: [PATCH] Convert to argument --- benchmark/utils/verify_benchmark_scores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/utils/verify_benchmark_scores.py b/benchmark/utils/verify_benchmark_scores.py index c2a8493..4dbc136 100644 --- a/benchmark/utils/verify_benchmark_scores.py +++ b/benchmark/utils/verify_benchmark_scores.py @@ -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: