Skip to content

Commit 6abc0ac

Browse files
committed
Small fix
1 parent f20d1f3 commit 6abc0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharktuner/dispatch_tuner/dispatch_tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def main() -> None:
163163
output_csv_name = (
164164
f"tuning_{args.dispatch_file.stem.removesuffix('_benchmark')}.csv"
165165
)
166-
csv_path = libtuner.candidate_tuning_records.export_record_to_csv(
166+
csv_path = libtuner.candidate_ordering.export_record_to_csv(
167167
dispatch_tuner.tuning_records, path_config.base_dir, output_csv_name
168168
)
169169
print(f"Wrote tuning records CSV: {csv_path}")

0 commit comments

Comments
 (0)