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
Fixed #5 by calling the GUI's update() method in between benchmarking modes--this should at least stop the GUI from hanging.
Fixed #6 by changing how worker processes are joined; previously they were joined sequentially. Now, they are joined by using multiprocessing.active_children().