]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/matrices_test.py
Rename a test that I mistakenly renamed earlier.
[dunshire.git] / test / matrices_test.py
index 49d8be98c8c409329f26f3282f80fb14dcb419c4..e755f31cf30140c8bb80c6f539ba4bb86deaf41c 100644 (file)
@@ -61,7 +61,7 @@ class EigenvaluesTest(TestCase):
     Tests for the :func:`eigenvalues` function.
     """
 
-    def test_eigenvalues_input_untouched(self):
+    def test_eigenvalues_input_not_clobbered(self):
         """
         The eigenvalue functions provided by CVXOPT/LAPACK like to
         overwrite the matrices that you pass into them as