X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=dunshire%2Fgames.py;h=1f3a15a0b261c723f7f5c65d66d255fd2b9fdc99;hp=13c84f88b55824ca1f75630645f732a0e60f74a6;hb=77b3212b8b5241561f6bb365417ae5c6b31388c8;hpb=f3eb81258445fb9cc905f1e06dd7e6d00fbb76fc diff --git a/dunshire/games.py b/dunshire/games.py index 13c84f8..1f3a15a 100644 --- a/dunshire/games.py +++ b/dunshire/games.py @@ -800,7 +800,7 @@ class SymmetricLinearGame: except (PoorScalingException, GameUnsolvableException): # Ok, that didn't work. Let's try it with the default # tolerance, and whatever happens, happens. - return self._try_solution(tolerance = options.ABS_TOL) + return self._try_solution(options.ABS_TOL) def condition(self):