Skip to content

Commit

Permalink
single quotes to work in Python 3.11 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Jan 19, 2024
1 parent 3d33a83 commit a8e0072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/global_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_experiments(model_class, config):
return init_times, run_times


print(f"{time.strftime("%H:%M:%S", time.localtime())} starting benchmarks.")
print(f"{time.strftime('%H:%M:%S', time.localtime())} starting benchmarks.")
results_dict = {}
for model, model_config in configurations.items():
for size, config in model_config.items():
Expand Down

0 comments on commit a8e0072

Please sign in to comment.