We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b71ca commit bb1cb01Copy full SHA for bb1cb01
superannotate/consensus_benchmark/benchmark.py
@@ -77,8 +77,8 @@ def attribute_to_list(attribute_df):
77
78
if export_root is None:
79
with tempfile.TemporaryDirectory() as export_dir:
80
- proj_export_meta = prepare_export(project_name)
81
- download_export(project_name, proj_export_meta, export_dir)
+ proj_export_meta = prepare_export(project)
+ download_export(project, proj_export_meta, export_dir)
82
project_df = aggregate_annotations_as_df(export_dir)
83
else:
84
project_df = aggregate_annotations_as_df(export_root)
0 commit comments