From d729ed7431f5322dc329c5b292600fef64a0680f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCnsche?= Date: Sun, 18 Feb 2024 02:21:18 +0100 Subject: [PATCH] benchmark: close figure after use --- betree/haura-benchmarks/haura-plots/haura_plots/metrics_plots.py | 1 + 1 file changed, 1 insertion(+) diff --git a/betree/haura-benchmarks/haura-plots/haura_plots/metrics_plots.py b/betree/haura-benchmarks/haura-plots/haura_plots/metrics_plots.py index ebc6187c..245bc150 100644 --- a/betree/haura-benchmarks/haura-plots/haura_plots/metrics_plots.py +++ b/betree/haura-benchmarks/haura-plots/haura_plots/metrics_plots.py @@ -146,3 +146,4 @@ def plot_system(path): fig.tight_layout() fig.savefig(f"{path}/proc.svg") + plt.close(fig)