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
On google collaboratory, if I install ghost from git, and then run
from ghost.wave import ContinuousWaveletTransform
I get:
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-8-e9048c87e447> in <module>() ----> 1 from ghost.wave import ContinuousWaveletTransform 2 frames /content/ghost/ghost/wave/morlet.py in <module>() 3 import numpy as np 4 from .wavelet import Wavelet ----> 5 from scipy.misc import logsumexp 6 import copy 7 ImportError: cannot import name 'logsumexp'
The text was updated successfully, but these errors were encountered:
you can look this issu: _scipy: if is_safe_size(n): #5 You have the answer
Sorry, something went wrong.
Require scipy >1.0 and address #5, #6, #8
c2c503f
No branches or pull requests
On google collaboratory, if I install ghost from git, and then run
from ghost.wave import ContinuousWaveletTransform
I get:
The text was updated successfully, but these errors were encountered: