OverLordGoldDragon / ssqueezepy

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

Parameter cache_wavelet is not working #77

Closed tkumpumak closed 2 years ago

tkumpumak commented 2 years ago

Setting parameters (vectorized=False, cache_wavelet=True) to ssq_cwt gives "WARNING: cache_wavelet=True requires vectorized=True; setting to False."

It looks like in the _cwt.py _process_args vectorized is undefined?

OverLordGoldDragon commented 2 years ago

I don't follow, what's not working? The warning is correct.

tkumpumak commented 2 years ago

Yes, user error. I misread that warning that vectorized was needed to be set false.