There was an error while loading. Please reload this page.
1 parent 948d6ad commit ee8af2bCopy full SHA for ee8af2b
1 file changed
prover_cli/report_generator.py
@@ -95,7 +95,7 @@ def get_num_transactions(witness_file):
95
os.makedirs(save_dir, exist_ok=True)
96
97
# 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]}")
+ output_csv_path = f"{save_dir}/performance_report_{metrics_csv_path.split('metrics_')[1]}"
99
100
# Save to CSV
101
final_report_df.to_csv(output_csv_path, index=False)
0 commit comments