Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypreiss committed Mar 14, 2024
1 parent 412f174 commit 363b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crcsim/experiment/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def combine_run_results() -> pd.DataFrame:
iteration_name = f"{iteration:03}"

print(f"Fetching results for {scenario}, iteration {iteration_name}")

df = pd.read_csv(
f"s3://{S3_BUCKET_NAME}/scenarios/{scenario}/results_{iteration_name}.csv"
)
Expand Down

0 comments on commit 363b017

Please sign in to comment.