diff options
author | Robert Kern <robert.kern@gmail.com> | 2008-07-03 08:43:58 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2008-07-03 08:43:58 +0000 |
commit | c8f88c0411203a0d1a09aadef920c563ef54c12a (patch) | |
tree | c56f0999d8202544352b6714d38a599a30ababe8 /numpy/fft | |
parent | 638f015c904d32e0f89604d088731a3ad2daccfd (diff) | |
download | numpy-c8f88c0411203a0d1a09aadef920c563ef54c12a.tar.gz |
Clean up test output such that a completely-passing test suite has no extraneous output.
Diffstat (limited to 'numpy/fft')
-rw-r--r-- | numpy/fft/tests/test_fftpack.py | 2 | ||||
-rw-r--r-- | numpy/fft/tests/test_helper.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/numpy/fft/tests/test_fftpack.py b/numpy/fft/tests/test_fftpack.py index 1e896b589..da15b8114 100644 --- a/numpy/fft/tests/test_fftpack.py +++ b/numpy/fft/tests/test_fftpack.py @@ -1,8 +1,6 @@ import sys from numpy.testing import * -set_package_path() import numpy as np -restore_path() def fft1(x): L = len(x) diff --git a/numpy/fft/tests/test_helper.py b/numpy/fft/tests/test_helper.py index 7239941e2..13006e2c0 100644 --- a/numpy/fft/tests/test_helper.py +++ b/numpy/fft/tests/test_helper.py @@ -5,9 +5,7 @@ import sys from numpy.testing import * -set_package_path() from numpy.fft import fftshift,ifftshift,fftfreq -restore_path() from numpy import pi |