Skip to content

Commit 1772e76

Browse files
committed
fix writing metainfo
1 parent cd9b49e commit 1772e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdgym/benchmark.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,13 +1661,14 @@ def _run_on_aws(
16611661
aws_secret_access_key,
16621662
):
16631663
bucket_name, job_args_key = _store_job_args_in_s3(output_destination, job_args_list, s3_client)
1664+
synthesizer_names = [{'name': synthesizer['name']} for synthesizer in synthesizers]
16641665
script_content = _get_s3_script_content(
16651666
aws_access_key_id,
16661667
aws_secret_access_key,
16671668
S3_REGION,
16681669
bucket_name,
16691670
job_args_key,
1670-
synthesizers,
1671+
synthesizer_names,
16711672
)
16721673

16731674
# Create a session and EC2 client using the provided S3 client's credentials

0 commit comments

Comments
 (0)