Skip to content

Commit bb1cb01

Browse files
committed
fix benchmark project export
1 parent 31b71ca commit bb1cb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superannotate/consensus_benchmark/benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def attribute_to_list(attribute_df):
7777

7878
if export_root is None:
7979
with tempfile.TemporaryDirectory() as export_dir:
80-
proj_export_meta = prepare_export(project_name)
81-
download_export(project_name, proj_export_meta, export_dir)
80+
proj_export_meta = prepare_export(project)
81+
download_export(project, proj_export_meta, export_dir)
8282
project_df = aggregate_annotations_as_df(export_dir)
8383
else:
8484
project_df = aggregate_annotations_as_df(export_root)

0 commit comments

Comments
 (0)