Uh oh!
There was an error while loading. Please reload this page.
add support for loky - #263
Conversation
Codecov Report
@@ Coverage Diff @@## master #263 +/- ##
==========================================
+ Coverage 79.42% 79.44% +0.02%
==========================================
Files 32 32 Lines 4403 4423 +20 Branches 811 815 +4 ==========================================
+ Hits 3497 3514 +17 - Misses 778 781 +3
Partials 128 128
Continue to review full report at Codecov.
|
Uh oh!
There was an error while loading. Please reload this page.
jbweston
left a comment
There was a problem hiding this comment.
LGTM modulo test failures
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
basnijholt
commented
Apr 9, 2020
I've opened joblib/loky#240. |
@jbweston, I think the remaining failures are related to https://bugs.python.org/issue36281 and #156. Not sure how to tackle these. I've opened joblib/loky#241. |
until #156 and https://bugs.python.org/issue36281 and joblib/loky#241 are fixed.
Description
This adds support for
lokywhich has aProcessPoolExecutorthat can for example usecloudpickle.Checklist
pre-commit run --all(first install usingpip install pre-commit)pytestpassedType of change
Check relevant option(s).