Skip to content

scipy fftpack missing #8

Description

@ckemere

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions