Skip to content
Snippets Groups Projects
Commit 876df451 authored by Luis Salamanca's avatar Luis Salamanca
Browse files

Adding check discussion to def_classes.py

parent ef933414
No related branches found
No related tags found
No related merge requests found
Pipeline #1744 passed
......@@ -627,7 +627,16 @@ class Document:
+ '_page' + str(ind_page) + '.' + format_fig)
fig.savefig(name_fig, format = format_fig, dpi = dpi)
plt.close(fig)
def check_discussion(self):
utils_proc.tar_extractfile(self.name_meta[1], self.folder_database, name_file = self.name_inmeta)
flag_discussion = utils_annot.check_if_discussion(self.name_meta[1])
command = 'rm -rf ./' + str(self.year)
#print(command)
utils_proc.call_with_out(command)
return flag_discussion
def _plot_save_labels(self, im_met, str_title, str_name, ind_page, groups, colors, folder_save = '',
flag_plot = 1, flag_save_figs = 0, flag_legend = 1, dpi = 200):
#print(groups)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment