*** empty log message ***

This commit is contained in:
Mark Borgerding
2006-03-14 14:44:40 +00:00
parent 51a73f7ccc
commit f0e7410b0e
2 changed files with 4 additions and 4 deletions

View File

@ -153,9 +153,9 @@ def main():
print 'Note: Real optimization not yet done for odd length ffts and multi-D'
test_fft(1)
else:
for dim in range(1,9):
print 'Testing multi-dimensional FFTs'
for dim in range(1,4):
test_fft( dim )
print 'We crossed the 8th dimension. Buckaroo would be proud'
if __name__ == "__main__":
main()