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

Using ProgressMeter.jl , the progress messages are printed multiple times instead of updating a single meter #78

Open
maresk opened this issue Oct 30, 2015 · 0 comments

Comments

@maresk
Copy link

maresk commented Oct 30, 2015

I am using ProgressMeter.jl to get progress updates on a loop. When printing out the messages in Sublime-Ijulia, the progress bar prints out multiple messages instead on updating a single one.

Computing...  9%|████                                              |  ETA: 0:01:43
Computing... 18%|█████████                                         |  ETA: 0:01:31
Computing... 27%|██████████████                                    |  ETA: 0:01:21
Computing... 36%|██████████████████                                |  ETA: 0:01:12
Computing... 44%|██████████████████████                            |  ETA: 0:01:03
Computing... 53%|███████████████████████████                       |  ETA: 0:00:53
Computing... 62%|███████████████████████████████                   |  ETA: 0:00:44
Computing... 70%|███████████████████████████████████               |  ETA: 0:00:34
Computing... 79%|███████████████████████████████████████           |  ETA: 0:00:24
Computing... 88%|████████████████████████████████████████████      |  ETA: 0:00:14
Computing... 97%|█████████████████████████████████████████████████ |  ETA: 0:00:03
Computing...100%|██████████████████████████████████████████████████| Time: 0:01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant