X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Fgames.py;h=b27be5291a6a712df5b2d2b52a70e5b45dbb311c;hb=797971a93a7e952a6ca92b7a618665a21d61e339;hp=130176b63bf9a276541609ad70b25f2c0b7a7d79;hpb=13b585b28aaacb1d603c3ae41614bacf613afa14;p=dunshire.git diff --git a/dunshire/games.py b/dunshire/games.py index 130176b..b27be52 100644 --- a/dunshire/games.py +++ b/dunshire/games.py @@ -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)