X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Ferrors.py;h=b5eb6291f221c9bcfb0e79ac4ec87ebfd3fe4096;hb=37d44f04834d61eb3c089b52e4ca7cdd75253520;hp=7cd8342ece4f659bfdc3c2378ce6c7774848e2ba;hpb=3ee9db27adb69d68871ef26ec22ef144f351e99d;p=dunshire.git diff --git a/dunshire/errors.py b/dunshire/errors.py index 7cd8342..b5eb629 100644 --- a/dunshire/errors.py +++ b/dunshire/errors.py @@ -90,8 +90,7 @@ class GameUnsolvableException(Exception): e1 = [1.0000000] [0.1000000], e2 = [3.0000000] - [0.1000000], - Condition((L, K, e1, e2)) = 4.155638. + [0.1000000] CVXOPT returned: dual infeasibility: None dual objective: 1.0 @@ -191,8 +190,7 @@ class PoorScalingException(Exception): e1 = [1.0000000] [0.1000000], e2 = [3.0000000] - [0.1000000], - Condition((L, K, e1, e2)) = 4.155638. + [0.1000000] """ def __init__(self, game):