Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove many progress bars #468

Open
Christian-B opened this issue Sep 21, 2022 · 0 comments
Open

Remove many progress bars #468

Christian-B opened this issue Sep 21, 2022 · 0 comments
Assignees
Labels

Comments

@Christian-B
Copy link
Member

We have a lot of Progress Bars that on most jobs run for less than a second.

These really do not make sense any more.
as the user can not follow the progress at that speed.

Also with the removal of the PacmanExecutor the order of algorithms is fixed.
So if there is a hang it is easy enough to look at previous algorithm "took" time line to see what happened before
and then look at asb to see what happens next.

To make matter worse (for the ProgressBar fans anyway) the big talk to the machine algorithms are run in Java so the python Progress bar is not very useful anyway.

Step 1 lets look at a Giant run to see which Algorithm took long enough to make a ProgressBar interesting.
Step 2 See if any of those are python based so ProgressBar makes sense.

Options are then.

  1. Keep Some Porgressbars
  2. Remove all ProgressBars but add a Start log message to Java Tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants