From c8f88c0411203a0d1a09aadef920c563ef54c12a Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Thu, 3 Jul 2008 08:43:58 +0000 Subject: Clean up test output such that a completely-passing test suite has no extraneous output. --- numpy/linalg/tests/test_linalg.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'numpy/linalg/tests/test_linalg.py') diff --git a/numpy/linalg/tests/test_linalg.py b/numpy/linalg/tests/test_linalg.py index 4481e4831..441eede1a 100644 --- a/numpy/linalg/tests/test_linalg.py +++ b/numpy/linalg/tests/test_linalg.py @@ -2,12 +2,10 @@ """ from numpy.testing import * -set_package_path() from numpy import array, single, double, csingle, cdouble, dot, identity from numpy import multiply, atleast_2d, inf, asarray, matrix from numpy import linalg -from linalg import matrix_power -restore_path() +from numpy.linalg import matrix_power def ifthen(a, b): return not a or b -- cgit v1.2.1