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
Updating to cadet-python v1.0.0 in cadet-verification, the parallelization code using joblib was broken with the error PicklingError: Could not pickle the task to send it to the workers.
A MRE is here
The old version does nothing for the above code since the input to the modle is nonsense
The new cadet-python version gives the aforementioned error