-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for loky #263
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo test failures
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
loky
which has aProcessPoolExecutor
that can for example usecloudpickle
.Checklist
pre-commit run --all
(first install usingpip install pre-commit
)pytest
passedType of change
Check relevant option(s).