driving benchmark results printer

This commit is contained in:
felipecode 2018-04-13 15:22:10 +02:00
parent a5d60c4cd0
commit 237bc36a5c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def print_summary(metrics_summary, weathers, path):
# First we write the entire dictionary on the benchmark folder.
with open(os.path.join(path, 'metrics.json'), 'w') as fo:
fo.write(json.dumps(metrics_summary, fo))
fo.write(json.dumps(metrics_summary))
# Second we plot the metrics that are already ready by averaging