diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-08 07:11:33 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-08 07:11:33 +0000 |
commit | d4e239d48817cd17adac4dfc1bec3a80545229a5 (patch) | |
tree | 50b78206e268c81ce0722cebba26aace3fabe1de /numpy/linalg | |
parent | 5e62187c76d89a55c076438c4879e9a9e5a525c3 (diff) | |
download | numpy-d4e239d48817cd17adac4dfc1bec3a80545229a5.tar.gz |
Trailing spaces.
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/tests/test_build.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/linalg/tests/test_build.py b/numpy/linalg/tests/test_build.py index 95ece5f32..eabe361cf 100644 --- a/numpy/linalg/tests/test_build.py +++ b/numpy/linalg/tests/test_build.py @@ -36,11 +36,11 @@ class FindDependenciesLdd: return founds class TestF77Mismatch(TestCase): - @dec.skipif(not(sys.platform[:5] == 'linux'), + @dec.skipif(not(sys.platform[:5] == 'linux'), "Skipping fortran compiler mismatch on non Linux platform") def test_lapack(self): f = FindDependenciesLdd() - deps = f.grep_dependencies(lapack_lite.__file__, + deps = f.grep_dependencies(lapack_lite.__file__, ['libg2c', 'libgfortran']) self.failIf(len(deps) > 1, """Both g77 and gfortran runtimes linked in lapack_lite ! This is likely to |