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 a40fe34 commit 308a41eCopy full SHA for 308a41e
agents_mcp_usage/evaluations/mermaid_evals/scripts/preprocess_merbench_data.py
@@ -180,7 +180,7 @@ def main():
180
if not csv_path.is_absolute():
181
csv_path = project_root / csv_path
182
else:
183
- csv_path = project_root / "mermaid_eval_results" / f"latest_combined_results.csv"
+ csv_path = project_root / "mermaid_eval_results" / "latest_combined_results.csv"
184
185
if args.output_json:
186
output_path = Path(args.output_json)
0 commit comments