diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 6f9411113..68f442c89 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -157,7 +157,6 @@ def resolve_dirname(dirname, use_single_prior, make_new): dirname = BENCHMARK_DNAME / dirname return dirname - @app.command() def main( dirnames: Optional[List[str]] = typer.Argument(None, help="Directory names"),