We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
#366
Sorry, something went wrong.
PhilipDeegan
No branches or pull requests
scipy.misc.comb is deprecated and is causing issues on Travis.
replace
with
in
The text was updated successfully, but these errors were encountered: