X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fgames.py;h=2cf23b25c9827199d7790a944f6ebf9aec76c188;hb=23a5893ede3a22653128d3e7a66fb3f6b80616b8;hp=4ce323c13f3c12029b964058a9eda599685d9c07;hpb=0b87c8f49731a0516180f47ca9e79dc7989942d5;p=dunshire.git diff --git a/src/dunshire/games.py b/src/dunshire/games.py index 4ce323c..2cf23b2 100644 --- a/src/dunshire/games.py +++ b/src/dunshire/games.py @@ -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. """