Skip to content

Commit

Permalink
fix csv output error (#6662)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@piz-l4-test.us-central1-c.c.xl-ml-test.internal>
  • Loading branch information
zpcore and root authored Mar 13, 2024
1 parent d5a079e commit 024b576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/result_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def extract_metrics_csv(self, file, metric_df):
"repeat": dataline["repeat"],
"iterations_per_run": dataline["iterations_per_run"],
"error_message": None,
"outputs_file": dataline["outputs_file"],
"outputs_file": dataline["experiment"].get("outputs_file", ""),
}

if "error" in dataline["metrics"] and not self._args.hide_errors:
Expand Down

0 comments on commit 024b576

Please sign in to comment.