You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: