From 76761ff119acab82da016358d13b8e4bb4c6c34d Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 17 Jan 2006 12:01:48 +0000 Subject: Fixed dotblas for zero-size arrays. --- numpy/testing/numpytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/numpytest.py') 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().test(level=1,verbosity=2) + >>> ScipyTest().test(level=1,verbosity=1) is package name or its module object. -- cgit v1.2.1