summaryrefslogtreecommitdiff
path: root/numpy/fft/tests/test_fftpack.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add a norm keyword and tests for fft transformsJoseph Martinot-Lagarde2015-06-211-3/+94
* TST: join fft threads before getting valuesJulian Taylor2014-09-031-1/+1
* TST: reduce memory usage of fft testJulian Taylor2014-05-161-3/+5
* Make TestFFTThreadSafe tests Py3-compatibleAlex Stewart2014-05-061-7/+16
* Added regression tests for #4655Alex Stewart2014-05-061-1/+38
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* STY: Code cleanups.Charles Harris2012-03-051-4/+8
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-1/+1
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-5/+7
* janitorial workJarrod Millman2007-12-291-7/+7
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-031-2/+14
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Add test for fftpack.Stefan van der Walt2006-11-201-0/+12