increase f_zero points weight

This commit is contained in:
alexanderott
2021-01-10 00:08:40 +01:00
parent ea580863b1
commit ad7a8bcfd3
2 changed files with 6 additions and 4 deletions

View File

@@ -235,6 +235,8 @@ class ModelFit:
if save_path is None:
plt.show()
else:
if not os.path.exists(save_path):
os.makedirs(save_path)
plt.savefig(save_path + cell.get_cell_name() + "_master_plot.pdf")
plt.close()