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 93fca56 commit 3554f2eCopy full SHA for 3554f2e
bench_runner/plot.py
@@ -81,7 +81,8 @@ def get_longitudinal_plot_config():
81
if "plot" in cfg:
82
raise ValueError(
83
"It looks like you have an old plot config in bench_runner.toml. "
84
- "See 'new plot config' in CHANGELOG.md for migration info."
+ "Please refer to the section 'New Plot Configuration' in docs/CHANGELOG.md "
85
+ "for detailed migration instructions."
86
)
87
88
plots = cfg.get("longitudinal_plot", {})
0 commit comments