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

Add progress meters for long computations #170

Closed
AshlinHarris opened this issue Aug 11, 2022 · 3 comments · Fixed by #194
Closed

Add progress meters for long computations #170

AshlinHarris opened this issue Aug 11, 2022 · 3 comments · Fixed by #194
Assignees

Comments

@AshlinHarris
Copy link
Contributor

https://github.com/timholy/ProgressMeter.jl

@AshlinHarris
Copy link
Contributor Author

ProgressMeter 1.7.1 is available in the latest conda module.

@AshlinHarris
Copy link
Contributor Author

One issue is that most of the computationally intensive operations in PreprocessMD.jl are essentially one-liners. ProgressMeter.jl works a bit better for loops, though it does support other measures of progress with ProgressUnknown().

@AshlinHarris AshlinHarris self-assigned this Aug 18, 2022
@AshlinHarris
Copy link
Contributor Author

ProgressMeter.jl doesn't seem to support spinners that update on their own, so I'm not sure how it can be integrated.

@AshlinHarris AshlinHarris linked a pull request Aug 30, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant