nelpy / ghost

Spectral analysis tools for neuroscience data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scipy fftpack missing

ckemere opened this issue · comments

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'

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

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