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

Progress bar shouldn't give a time estimate for completion #220

Closed
carlhiggs opened this issue Mar 17, 2023 · 1 comment
Closed

Progress bar shouldn't give a time estimate for completion #220

carlhiggs opened this issue Mar 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@carlhiggs
Copy link
Collaborator

Its nice having a progress bar, but the current implementation for our analysis stage only tracks progress through scripts 1 to 14 and it can't really use that progress to estimate time to completion.

So currently, this looks like this:
image

The bit on the right ("3/14 [02:08<10:34, 57.71s/it]") is basically meaningless except for the 3/14 bit (that is, step 3/14 for analysis). Its referring to its guestimate of about 1 minute (57.71 seconds) per iteration -- but even if it were accurate, its a bit obscure. Its not accurate though, because for large cities network extraction (this particular script) will take a lot longer than that, while other scripts are practically instant (database creation).

Better would be just to have something like "Step 3/14" and hide the other stuff so it doesn't worry people

@carlhiggs carlhiggs added the enhancement New feature or request label Mar 20, 2023
carlhiggs added a commit that referenced this issue Mar 20, 2023
…id server timeout addressing #212; also amended progress bar addressing #220
@carlhiggs
Copy link
Collaborator Author

This was addressed in #218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant