We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eb9be commit b9aea37Copy full SHA for b9aea37
sharktuner/dispatch_tuner/dispatch_tuner.py
@@ -160,8 +160,9 @@ def main() -> None:
160
print("Check the summary in:")
161
print(summary_log_file.resolve())
162
163
- output_csv_name = f"tuning_{args.dispatch_file.stem}.csv"
164
- csv_path = Path(path_config.base_dir / output_csv_name)
+ output_csv_name = f"{args.dispatch_file.stem}_candidate_analysis.csv"
+ csv_path = Path(path_config.base_dir) / output_csv_name
165
+
166
libtuner.candidate_ordering.export_record_to_csv(
167
dispatch_tuner.tuning_records, csv_path
168
)
0 commit comments