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.
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.