-
Notifications
You must be signed in to change notification settings - Fork 34
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
Some logging improvements #914
Comments
When using pyAFQ through the Python API (e.g. with |
You can redirect stdout and/or stderr to a log file. One of these solutions could work: |
Should probably consider tqdm |
Yeah - this is really annoying. Here's another potential approach: https://stackoverflow.com/a/75059930 |
And yes, could you please add one of these approaches to #920? That would be great. |
Some simple fixes:
Label tqdm bars;
print before doing SYN fitting that that is what you are doing
print before doing CSD fitting that that is what you are doing
Have an option for the CLI to print output to a file. In this case, make sure the TQDM bars do not take up a bunch of lines
The text was updated successfully, but these errors were encountered: