Skip to content

Commit

Permalink
Revert "long report: close plots"
Browse files Browse the repository at this point in the history
This reverts commit 482234e.
  • Loading branch information
sshane committed Nov 11, 2024
1 parent 482234e commit 3c22a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/longitudinal_maneuvers/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def report(platform, route, _description, CP, ID, maneuvers):
builder.append(f"<img src='data:image/webp;base64,{base64.b64encode(buffer.getvalue()).decode()}' style='width:100%; max-width:800px;'>\n")
builder.append("</details>\n")

plt.close()

summary = ["<h2>Summary</h2>\n"]
cols = ['maneuver', 'crossed', 'runs', 'mean', 'min', 'max']
table = []
Expand Down

0 comments on commit 3c22a1e

Please sign in to comment.