Skip to content

Commit ee8af2b

Browse files
committed
cleanup
1 parent 948d6ad commit ee8af2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prover_cli/report_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_num_transactions(witness_file):
9595
os.makedirs(save_dir, exist_ok=True)
9696

9797
# Create the output CSV path with the timestamp
98-
output_csv_path = os.path.join(os.path.dirname(metrics_csv_path), f"{save_dir}/performance_report_{metrics_csv_path.split('metrics_')[1]}")
98+
output_csv_path = f"{save_dir}/performance_report_{metrics_csv_path.split('metrics_')[1]}"
9999

100100
# Save to CSV
101101
final_report_df.to_csv(output_csv_path, index=False)

0 commit comments

Comments
 (0)