Skip to content

Commit 3554f2e

Browse files
mdboomCopilot
andauthored
Update bench_runner/plot.py
Co-authored-by: Copilot <[email protected]>
1 parent 93fca56 commit 3554f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bench_runner/plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def get_longitudinal_plot_config():
8181
if "plot" in cfg:
8282
raise ValueError(
8383
"It looks like you have an old plot config in bench_runner.toml. "
84-
"See 'new plot config' in CHANGELOG.md for migration info."
84+
"Please refer to the section 'New Plot Configuration' in docs/CHANGELOG.md "
85+
"for detailed migration instructions."
8586
)
8687

8788
plots = cfg.get("longitudinal_plot", {})

0 commit comments

Comments
 (0)