malonzo47 / pynita_GUI

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

Progress Bar (Med) #4

Closed pytoPN closed 5 years ago

pytoPN commented 5 years ago

Progress bar for parallel processing, or at least documentation of how to look at the Task Manager to see cores doing work.

malonzo47 commented 5 years ago

While a bar that reflects actual percent complete would be ideal, this could be some other means to tell the user: "yes, I'm still working and I'm about x done"

vasusingla commented 5 years ago

I've added a functionality for this and raised a pull request, I wasn't sure if it was needed as a GUI based bar or console based. I've added a console based bar for now.