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

Fix performance overhead due to logging #21

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

kmnhan
Copy link

@kmnhan kmnhan commented Nov 5, 2024

I replaced checking for logging as recommended in the python docs.

I also changed string formatting for logging calls so that they are evaluated only when logging is enabled.

This closes #20.

@paulmueller paulmueller merged commit 2f64d27 into AFM-analysis:master Nov 6, 2024
4 checks passed
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.

Large performance overhead due to logging
2 participants