Skip to content

Commit

Permalink
Change collection type created
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Jul 9, 2023
1 parent dd8b649 commit c3db4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abm/lib/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def run(context: Context, workflow_path, history_prefix: str, experiment: str):
elements.append(_make_dataset_element(key, value['id']))
description = dataset_collections.CollectionDescription(
name=name,
type='paired',
# type='paired',
elements=elements
)
pairs += 1
Expand Down

0 comments on commit c3db4e7

Please sign in to comment.