diff options
author | Roman Yurchak <rth.yurchak@pm.me> | 2019-01-09 14:37:36 +0200 |
---|---|---|
committer | Roman Yurchak <rth.yurchak@pm.me> | 2019-01-09 14:37:36 +0200 |
commit | 4bba58a862d10c3e3ffd26441854e3aaf24ca6fc (patch) | |
tree | 9852f23f558dd03d854f580d955625205a045d8a | |
parent | 1c55693772871dd1473e0013a44d56ed6b2fdb7f (diff) | |
download | numpy-4bba58a862d10c3e3ffd26441854e3aaf24ca6fc.tar.gz |
Spelling
-rw-r--r-- | numpy/fft/tests/test_pocketfft.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/tests/test_pocketfft.py b/numpy/fft/tests/test_pocketfft.py index 6092c976f..08f80076a 100644 --- a/numpy/fft/tests/test_pocketfft.py +++ b/numpy/fft/tests/test_pocketfft.py @@ -176,7 +176,7 @@ class TestFFT1D(object): [np.fft.fft, np.fft.fft2, np.fft.fftn, np.fft.ifft, np.fft.ifft2, np.fft.ifftn]) def test_fft_with_order(dtype, order, fft): - # Check that FFT/IFFT produces identical results for C, Fotran and + # Check that FFT/IFFT produces identical results for C, Fortran and # non contiguous arrays rng = np.random.RandomState(42) X = rng.rand(8, 7, 13).astype(dtype, copy=False) |