diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:35:13 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:35:13 +0000 |
commit | 025a217f45bfeb22176827adfe02838d712660a0 (patch) | |
tree | 1b276bd9eed0ed72a437c8119ff1f0ced85d559c | |
parent | 0ab9ae36e8484d06f2a8e70c6fe45004e73408b4 (diff) | |
download | numpy-025a217f45bfeb22176827adfe02838d712660a0.tar.gz |
Refer to NumpyTest instead of ScipyTest.
-rw-r--r-- | numpy/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index a1b7c8006..0fbb2b875 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -66,7 +66,7 @@ lib --- Basic functions used by several sub-packages and useful random --- Core Random Tools linalg --- Core Linear Algebra Tools fft --- Core FFT routines -testing --- Scipy testing tools +testing --- Numpy testing tools These packages require explicit import f2py --- Fortran to Python Interface Generator. @@ -78,7 +78,7 @@ Global symbols from subpackages ------------------------------- core --> * lib --> * -testing --> ScipyTest, NumpyTest +testing --> NumpyTest """ def test(level=1, verbosity=1): |