Skip to content

Commit 8ca5072

Browse files
committed
fix parameter name
1 parent ad7f8df commit 8ca5072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdgym/run_benchmark/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main():
4949
for synthesizer_group in SYNTHESIZERS_SPLIT[:2]:
5050
benchmark_single_table_aws(
5151
output_destination=OUTPUT_DESTINATION_AWS,
52-
dataset=['expedia_hotel_logs', 'fake_companies'],
52+
sdv_datasets=['expedia_hotel_logs', 'fake_companies'],
5353
aws_access_key_id=aws_access_key_id,
5454
aws_secret_access_key=aws_secret_access_key,
5555
synthesizers=synthesizer_group,

0 commit comments

Comments
 (0)