Skip to content

Commit b2052c8

Browse files
authored
Merge pull request #366 from Dekken/scipy_comb
change comb import to new non deprecated version
2 parents 3f27be1 + b266727 commit b2052c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tick/preprocessing/longitudinal_features_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import scipy.sparse as sps
55
from itertools import combinations
66
from copy import deepcopy
7-
from scipy.misc import comb
7+
from scipy.special import comb
88
from sklearn.externals.joblib import Parallel, delayed
99
from tick.preprocessing.base import LongitudinalPreprocessor
1010
from .build.preprocessing import SparseLongitudinalFeaturesProduct

0 commit comments

Comments
 (0)