Skip to content
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

cannot import "comb" #365

Closed
PhilipDeegan opened this issue May 26, 2019 · 1 comment
Closed

cannot import "comb" #365

PhilipDeegan opened this issue May 26, 2019 · 1 comment
Assignees

Comments

@PhilipDeegan
Copy link
Member

scipy.misc.comb is deprecated and is causing issues on Travis.

replace

from scipy.misc import comb

with

from scipy.special import comb

in

tick/preprocessing/longitudinal_features_product.py
@PhilipDeegan PhilipDeegan self-assigned this May 26, 2019
@PhilipDeegan
Copy link
Member Author

#366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant