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

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Nov 8 02:59:46 EST 2008


Author: cdavid
Date: 2008-11-08 01:59:38 -0600 (Sat, 08 Nov 2008)
New Revision: 5024

Modified:
   trunk/scipy/linalg/tests/test_build.py
Log:
Fix typo.

Modified: trunk/scipy/linalg/tests/test_build.py
===================================================================
--- trunk/scipy/linalg/tests/test_build.py	2008-11-08 07:59:17 UTC (rev 5023)
+++ trunk/scipy/linalg/tests/test_build.py	2008-11-08 07:59:38 UTC (rev 5024)
@@ -46,6 +46,6 @@
         deps = f.grep_dependencies(flapack.__file__,
                                    ['libg2c', 'libgfortran'])
         self.failIf(len(deps) > 1,
-"""Both g77 and gfortran runtimes linked in lapack_lite ! This is likely to
-cause random crashes and wrong results. See numpy INSTALL.txt for more
-information.""")
+"""Both g77 and gfortran runtimes linked in scipy.linalg.flapack ! This is
+likely to cause random crashes and wrong results. See numpy INSTALL.txt for
+more information.""")




More information about the Scipy-svn mailing list