]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - dunshire/games.py
Fix some pylint warnings.
[dunshire.git] / dunshire / games.py
index 130176b63bf9a276541609ad70b25f2c0b7a7d79..b27be5291a6a712df5b2d2b52a70e5b45dbb311c 100644 (file)
@@ -997,7 +997,7 @@ class SymmetricLinearGame:
         # makes the most sense to just use that, even if it means we
         # can't test the fact that p1_value/p2_value are close to the
         # payoff.
-        payoff = self.payoff(p1_optimal,p2_optimal)
+        payoff = self.payoff(p1_optimal, p2_optimal)
         return Solution(payoff, p1_optimal, p2_optimal)