[Scipy-svn] r3392 - trunk/scipy/linalg/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Oct 3 02:09:27 EDT 2007


Author: jarrod.millman
Date: 2007-10-03 01:09:25 -0500 (Wed, 03 Oct 2007)
New Revision: 3392

Modified:
   trunk/scipy/linalg/tests/test_decomp.py
Log:
typo


Modified: trunk/scipy/linalg/tests/test_decomp.py
===================================================================
--- trunk/scipy/linalg/tests/test_decomp.py	2007-10-03 05:58:33 UTC (rev 3391)
+++ trunk/scipy/linalg/tests/test_decomp.py	2007-10-03 06:09:25 UTC (rev 3392)
@@ -503,7 +503,7 @@
 class TestLUSingle(TestLU):
     """LU testers for single precision, real and double"""
     def __init__(self, *args, **kw):
-        test_lu.__init__(self, *args, **kw)
+        TestLU.__init__(self, *args, **kw)
 
         self.a = self.a.astype(float32)
         self.ca = self.ca.astype(complex64)




More information about the Scipy-svn mailing list