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
Pool.apply_async takes an optional error_callback argument, which is called in the case of an exception in one of the subprocesses. We should add support for this in our utils.pmap function. Currently, if there's an exception in a subprocess, the resulting error is cryptic. This could help remedy this problem.
The text was updated successfully, but these errors were encountered:
Pool.apply_async
takes an optionalerror_callback
argument, which is called in the case of an exception in one of the subprocesses. We should add support for this in ourutils.pmap
function. Currently, if there's an exception in a subprocess, the resulting error is cryptic. This could help remedy this problem.The text was updated successfully, but these errors were encountered: