summaryrefslogtreecommitdiff
path: root/numpy/fft/tests/test_pocketfft.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* index_tricks.py file not modifiedshubham119411402021-08-191-1/+1
* ENH: add `norm=forward,backward` to numpy.fft functions (#16476)Chris Vavaliaris2020-07-121-15/+67
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Better err message for normEric Larson2019-08-081-3/+7
* Incremented _tol my factor of 8.Oleksandr Pavlyk2019-08-011-1/+2
* Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR reviewOleksandr Pavlyk2019-08-011-1/+1
* Replaced assert_array_almost_equal with assert_allcloseOleksandr Pavlyk2019-08-011-60/+63
* TST: Added test_fftpocket.py::test_axesOleksandr Pavlyk2019-04-171-0/+10
* SpellingRoman Yurchak2019-01-091-1/+1
* TST Check FFT for C/Fortran ordered and non contigous arraysRoman Yurchak2019-01-091-0/+38
* tweak testMartin Reinecke2019-01-081-5/+7
* fix #12663Martin Reinecke2019-01-081-0/+8
* replace fftpack with pocketfftMartin Reinecke2018-12-251-0/+195