We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See here:
https://github.com/CardiacModelling/pcpostprocess/blob/main/pcpostprocess/hergQC.py#L33-L34
Basically, you should only set the logging level of stuff you are using. What we have now is just a fancy version of "print" so logging is overkill?
Also not sure what is happening with the "debug" setting in that file. Should it be on all the time?
The text was updated successfully, but these errors were encountered:
Is this so that we can manually check the correct values are printed to screen? Cause if so that should become a proper unit test :D
Sorry, something went wrong.
No branches or pull requests
See here:
https://github.com/CardiacModelling/pcpostprocess/blob/main/pcpostprocess/hergQC.py#L33-L34
Basically, you should only set the logging level of stuff you are using. What we have now is just a fancy version of "print" so logging is overkill?
Also not sure what is happening with the "debug" setting in that file. Should it be on all the time?
The text was updated successfully, but these errors were encountered: