OverLordGoldDragon / ssqueezepy

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
MIT License
618 stars 96 forks source link

error in import phase_ssqueeze #56

Closed zeydabadi closed 2 years ago

zeydabadi commented 2 years ago

Installed using the following command: pip install git+https://github.com/OverLordGoldDragon/ssqueezepy and from ssqueezepy.experimental import phase_ssqueeze gives me this error:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/tmp/ipykernel_25228/4269281225.py in <module>
     18 from ssqueezepy import ssq_cwt, ssq_stft, TestSignals, Wavelet
     19 from ssqueezepy.visuals import imshow
---> 20 from ssqueezepy.experimental import phase_ssqueeze

ImportError: cannot import name 'phase_ssqueeze' from 'ssqueezepy.experimental' (/home/lucy/Downloads/general/lib/python3.9/site-packages/ssqueezepy/experimental.py)
OverLordGoldDragon commented 2 years ago

Thanks for the report, these were removed mistakenly and are now reintroduced.