]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - src/dunshire/games.py
Locally disable another pylint warning to get clean again.
[dunshire.git] / src / dunshire / games.py
index 4ce323c13f3c12029b964058a9eda599685d9c07..2cf23b25c9827199d7790a944f6ebf9aec76c188 100644 (file)
@@ -606,7 +606,8 @@ def _random_icecream_params():
     return (L, K, matrix(e1), matrix(e2))
 
 
-class SymmetricLinearGameTest(TestCase):
+# Tell pylint to shut up about the large number of methods.
+class SymmetricLinearGameTest(TestCase): # pylint: disable=R0904
     """
     Tests for the SymmetricLinearGame and Solution classes.
     """