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

#200: Progress with logging #219

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

ucapbba
Copy link
Contributor

@ucapbba ucapbba commented Dec 23, 2024

This is an update to the Progress class, which now passes a flag to determine use of ipywidgets. ipwidgets cannot be used in scripts or pipeline code and this update allows the progress bar to be displayed using the command line output.

Main features are similar - it can be used with multi-threaded code- but it has its own implementation to display progress

Closes: #200

@ucapbba ucapbba requested a review from ntessore December 23, 2024 16:10
@ucapbba ucapbba linked an issue Dec 23, 2024 that may be closed by this pull request
@ntessore
Copy link
Contributor

Hi @ucapbba, thanks for opening this. I have thought a lot more about the progress reporting, and I have a couple of ideas for how I want it to work. Could you implement the logging progress as an independent class under a new module heracles.logging?

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 this pull request may close these issues.

Progress with logging
2 participants