Skip to content

Can't import ContinuousWaveletTransform with newest scipy #6

Description

@ckemere

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions