Skip to content
Snippets Groups Projects
Unverified Commit ba088c21 authored by Andrey Aristov's avatar Andrey Aristov
Browse files

close figure

parent 8c9bd305
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,5 @@ def fit(
print(f"Save histogram {save_fig_path}")
except Exception as e:
print("saving histogram failed", e.args)
plt.show()
plt.close()
return lambda_fit_result
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment