malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

multiple processor selection leads to multiple GUI's opening #69

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

Issue noted in windows deployment via executable. In Step 3, for processing an image, if multiple processors selected, new windows of pyNITA app open for each but no processing happens.

FreelanceDev217 commented 4 years ago

This issue only mattered on Windows due to Python's multiprocessing mechanism. Fixed and closing now.