nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

Python : contain viewLipd() as a subprocess #70

Closed chrismheiser closed 4 years ago

chrismheiser commented 4 years ago

ViewLipd() uses pyQT5 to spawn a new process any time you call the function. These processes don’t get close out and start to accumulate and bog down the system. This happened once before, and I was able to split the function into a new file that gets invoked as a subprocess. The subprocess would close the python process as expected.

chrismheiser commented 4 years ago

Done, waiting for other issues to push update.

chrismheiser commented 4 years ago

Package updated