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

Feature Request: Optional ProgressMeter #132

Closed
lstagner opened this issue Jul 2, 2019 · 3 comments
Closed

Feature Request: Optional ProgressMeter #132

lstagner opened this issue Jul 2, 2019 · 3 comments

Comments

@lstagner
Copy link

lstagner commented Jul 2, 2019

It would be nice to be able to turn off the progress meter via a keyword. Most of the time I only need the progress meter for debugging and I dont always want to modify the code to do that.

@bhvieira
Copy link

If you simply set the update times to Inf I think the progress bar is not printed.

ProgressMeter.@showprogress Inf " Test" for i in 1:10
    sleep(0.5)
end

So set a global or environmental variable in your code that dictates this and you're done.

@bhvieira
Copy link

See #70

@MarcMush
Copy link
Collaborator

MarcMush commented Sep 1, 2023

the enabled keyword can disable a progress bar (documented in the readme)

@MarcMush MarcMush closed this as completed Sep 1, 2023
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

3 participants