]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Rename a test that I mistakenly renamed earlier.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Nov 2016 22:02:30 +0000 (18:02 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Nov 2016 22:02:30 +0000 (18:02 -0400)
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