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

Improvements to program output #3

Open
SimonVandeVyver opened this issue Nov 13, 2024 · 1 comment
Open

Improvements to program output #3

SimonVandeVyver opened this issue Nov 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SimonVandeVyver
Copy link

During loop propagation, the program outputs 1000 times "Finished message loop iteration X / 1000". The output would be clearer if these lines overwrote each other.

@pverscha
Copy link
Collaborator

Thank you for the suggestion. Since multiple threads are outputting information at the same time, it is difficult to overwrite lines from the output. There are, however, some Python packages that handle this nicely and provide support for concurrent updates to progress bars printed to stdout.

@pverscha pverscha added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants