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 for simulation with period and/or remaining time #127

Closed
gdementen opened this issue May 14, 2014 · 3 comments
Closed

Progress bar for simulation with period and/or remaining time #127

gdementen opened this issue May 14, 2014 · 3 comments
Assignees
Milestone

Comments

@gdementen
Copy link
Member

No description provided.

@gdementen gdementen self-assigned this Jun 26, 2014
@gdementen gdementen added this to the 0.8.2 milestone Jun 26, 2014
@gdementen
Copy link
Member Author

done in 839f6f7

@gdementen
Copy link
Member Author

The rate of update is such that it is barely usable on large models/datasets, where it is needed the most. I will have a second try at the threaded version.

@gdementen gdementen reopened this Jul 3, 2014
@gdementen
Copy link
Member Author

Here are a few related facts salvaged from an old TODO list. I put them here for posterity because this is the most likely place I will look at.

  • eclipse/pydev console suck (\b prints a special char, \r as a new line)
  • notepad++ (exec) console: (\b sort of works -- but it eats the last \n --, \r is ignored)
  • dos console supports \b and \r

This all means I cannot do a status window with a progress bar and the current period/process and estimated time left. I will have to go for only a progress bar or no bar at all and print progress (percent + estimated time left) periodically on a new line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant