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
Yeah, apparently we forget to write the __kwdefaults__ attribute to func_with_kw_only_args's pickle. We just pass __defaults__, which seems to suffice except in the keyword-only argument case.
Error:
Original bug was seen in joblib: joblib/joblib#863
Note: there is no error when putting the function with keyword-only arguments in a Python module.
The text was updated successfully, but these errors were encountered: