diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-17 12:01:48 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-17 12:01:48 +0000 |
commit | 76761ff119acab82da016358d13b8e4bb4c6c34d (patch) | |
tree | 95cfda8e8caf15e1d56a0a700c6ae953edfced2c /numpy/testing/numpytest.py | |
parent | e92c9c4400da1024053666b62e2e20bd312a937c (diff) | |
download | numpy-76761ff119acab82da016358d13b8e4bb4c6c34d.tar.gz |
Fixed dotblas for zero-size arrays.
Diffstat (limited to 'numpy/testing/numpytest.py')
-rw-r--r-- | numpy/testing/numpytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/numpytest.py b/numpy/testing/numpytest.py index d23b6f0e4..ae722580b 100644 --- a/numpy/testing/numpytest.py +++ b/numpy/testing/numpytest.py @@ -188,7 +188,7 @@ class ScipyTest: """ Scipy tests site manager. Usage: - >>> ScipyTest(<package>).test(level=1,verbosity=2) + >>> ScipyTest(<package>).test(level=1,verbosity=1) <package> is package name or its module object. |