Skip to content
Snippets Groups Projects
Commit f3f06a6d authored by Patrick Ecker's avatar Patrick Ecker
Browse files

small bugfix

parent 1822535b
Branches
No related tags found
1 merge request!63Low level cut study
......@@ -62,6 +62,7 @@ class LowLevelCutPlotter:
if len(df) == 0:
save_path = os.path.join(self.target_path, f"{key}_{new_cut_info.cut_name}_evaluation.pdf")
output.update({f"{key}_{new_cut_info.cut_name}_evaluation": save_path})
plt.cla()
plt.savefig(save_path)
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment