mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Test code running issue #25

Closed sunzhuoshi closed 4 years ago

sunzhuoshi commented 4 years ago

I'm trying to learn the code and I found there are some python test code, but I failed to run "compfft.py" with "ModuleNotFoundError: No module named 'FFT'", and I noticed that there are both "FFT" and "fft" module import in this source file. Thanks for any help. #

mborgerding commented 4 years ago

Sorry for leaving that broken code laying around. I cringed twice when I saw from Numeric import *. Please don't look at that code anymore, it may hurt your eyes and brain.

sunzhuoshi commented 4 years ago

well, thank you for your reply all the same.