JBorrow / xl-pipeline

EAGLE-XL Pipeline
0 stars 2 forks source link

Warning when using the comparison tool #21

Closed MatthieuSchaller closed 4 years ago

MatthieuSchaller commented 4 years ago
useful_extras/create_comparison.py:105: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`).
  fig, ax = plt.subplots()
MatthieuSchaller commented 4 years ago

Mmmmh that does not happen every time.

JBorrow commented 4 years ago

Yes this only occurs in crashing cases; there's no way that I can fix this unfortunately. It will only happen in cases where you have created 20 empty figures with zero data on them.