Function "Functions.PDF_report" does not close any Figure
dgutierrezATC opened this issue · 1 comments
dgutierrezATC commented
When generating multiple PDF reports (e.g., PDF reports from a dataset), all the figures are kept open. This leads that the computer runs slow and slow... Or even a memory problem.
Inside the function Functions.PDF_report
, at the end, when the pdf.close()
is called, maybe it could be good to call also to plt.close('all')
in order to close all the generated and showed figures.
jpdominguez commented
Fixed in the latest push!