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

Console messages not written to log file #102

Open
adrian-bodenmann opened this issue Apr 26, 2023 · 1 comment
Open

Console messages not written to log file #102

adrian-bodenmann opened this issue Apr 26, 2023 · 1 comment
Labels

Comments

@adrian-bodenmann
Copy link
Contributor

The Warnings in curve_fitting() (in oplab_pipeline/src/correct_images/tools/curve_fitting.py) are not being written to the log file.

curve_fitting() is called with joblib.delayed(), which could have to do with that. If so, it is likely that other warning messages from other bits of code run in parallel are missed as well.

@miquelmassot
Copy link
Contributor

Related to joblib/joblib#1017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants