Skip to content

Commit

Permalink
benchmark: close figure after use
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Feb 18, 2024
1 parent 312fbab commit d729ed7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ def plot_system(path):

fig.tight_layout()
fig.savefig(f"{path}/proc.svg")
plt.close(fig)

0 comments on commit d729ed7

Please sign in to comment.