You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file which contains readings from pytribe for more than 20 images. However, when I use the analyzer for doing the analysis, I get an error after the 12th one. The issue is with opening too many handles for the figures when its saving it.
It can easily be handled by splitting the files into two and doing the analysis but I just wanted to notify you regarding the error.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for looking into this. How much of an issue this is, should be a matter of your PCs specs. Also note that the plotting functions are designed to return handles to the Figure and Axes that were produced by the functions. This could be useful for further editing, but also means you will have to actively close them (e.g. by calling matplotlib.close(fig)).
Hi,
I have a file which contains readings from pytribe for more than 20 images. However, when I use the analyzer for doing the analysis, I get an error after the 12th one. The issue is with opening too many handles for the figures when its saving it.
It can easily be handled by splitting the files into two and doing the analysis but I just wanted to notify you regarding the error.
Thanks
The text was updated successfully, but these errors were encountered: