When I try to run ssqueezepy.cwt with pyFFTW installed and using patience=1, I get the following error: ssqueezepy/utils/fft_utils.py:278, in FFT._process_input(self ...
PyTorch 1.7 adds a torch.fft module similar to NumPy’s fft module. Unfortunately, the module’s name conflicts with the existing torch.fft() function, so it is not imported by default like most PyTorch ...