Test code running issue
sunzhuoshi opened this issue · 2 comments
sunzhuoshi commented
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
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
well, thank you for your reply all the same.