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

scipy fftpack missing #8

Open
ckemere opened this issue Feb 2, 2021 · 2 comments
Open

scipy fftpack missing #8

ckemere opened this issue Feb 2, 2021 · 2 comments

Comments

@ckemere
Copy link

ckemere commented Feb 2, 2021

Once I fix the logsumexp issue, I get a new error:

from ghost.wave import ContinuousWaveletTransform

Now I get:

---------------------------------------------------------------------------

ModuleNotFoundError                       Traceback (most recent call last)

<ipython-input-5-e9048c87e447> in <module>()
----> 1 from ghost.wave import ContinuousWaveletTransform

5 frames

/content/ghost/ghost/sigtools/fourier.py in <module>()
      3 import logging
      4 import numpy as np
----> 5 import scipy.fftpack._fftpack as sff
      6 from . import convolution
      7 

ModuleNotFoundError: No module named 'scipy.fftpack._fftpack'
@jeremyNG-lab
Copy link

you can look this issu: _scipy: if is_safe_size(n): #5
You have the answer

@ckemere
Copy link
Author

ckemere commented Feb 2, 2021

The destroy_cache functions are actually no longer present in scipy. So your change doesn't actually work.

jchutrue added a commit that referenced this issue Feb 2, 2021
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

2 participants