8000 refreshed joblib patch · scikit-learn/scikit-learn@9202d52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9202d52

Browse files
committed
refreshed joblib patch
1 parent ff2608a commit 9202d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/patches/deb_use_system_joblib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Subject: use system-wide joblib and do not attempt to install joblib/test
2020
+from joblib import *
2121
--- a/sklearn/metrics/pairwise.py
2222
+++ b/sklearn/metrics/pairwise.py
23-
@@ -48,7 +48,7 @@ from ..utils.validation import array2d
23+
@@ -47,7 +47,7 @@ from ..utils.extmath import safe_sparse_
2424
from ..preprocessing import normalize
2525
from ..externals.joblib import Parallel
2626
from ..externals.joblib import delayed
@@ -29,7 +29,7 @@ Subject: use system-wide joblib and do not attempt to install joblib/test
2929

3030
from .pairwise_fast import _chi2_kernel_fast
3131

32-
@@ -553,7 +553,7 @@ def _parallel_pairwise(X, Y, func, n_job
32+
@@ -559,7 +559,7 @@ def _parallel_pairwise(X, Y, func, n_job
3333
"""Break the pairwise matrix in n_jobs even slices
3434
and compute them in parallel"""
3535
if n_jobs < 0:

0 commit comments

Comments
 (0)
0