insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
555 stars 244 forks source link

optional `pyfftw` import for `simulation.fractal.py` #1191

Closed avalentino closed 1 month ago

avalentino commented 1 month ago

Description of proposed changes

Implement a fallback mechanism to use scipy.fft in src/mintpy/simulation/fractal.py in case pyfftw is not available.

N.B. I have not removed pyfftw form the list of optional (test) dependencies.

Reminders