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

Callback function for reporting progress #855

Open
ChristopherHogan opened this issue May 3, 2019 · 2 comments
Open

Callback function for reporting progress #855

ChristopherHogan opened this issue May 3, 2019 · 2 comments

Comments

@ChristopherHogan
Copy link
Contributor

One thing we might think about is having a callback function for progress instead of a hard-coded printf. That is, you would call something like progress_update(label_string, fraction) and it would default to a printf.

This would allow us to potentially call something like the progressbar2 package in Python (or tqdm or similar).

Originally posted by @stevengj in #849 (comment)

@ChristopherHogan
Copy link
Contributor Author

Helpful links:

@ChristopherHogan
Copy link
Contributor Author

ChristopherHogan commented Nov 27, 2019

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

2 participants