X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2Fmatrices_test.py;fp=test%2Fmatrices_test.py;h=e755f31cf30140c8bb80c6f539ba4bb86deaf41c;hb=aa1962f74d32d52a92f2b307dcc5aaec5297fc93;hp=49d8be98c8c409329f26f3282f80fb14dcb419c4;hpb=d988995ea403db9d6f63a7101d31b8d624fc379e;p=dunshire.git diff --git a/test/matrices_test.py b/test/matrices_test.py index 49d8be9..e755f31 100644 --- a/test/matrices_test.py +++ b/test/matrices_test.py @@ -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