X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Ferrors.py;h=424f3e62352848c7f673375e401da18c25cdbb98;hb=299bf2d606eb245ec78f2e20826836c0bb5bfc07;hp=7cd8342ece4f659bfdc3c2378ce6c7774848e2ba;hpb=5bcb67b592ff12a57f7cb9803305c380342ef71c;p=dunshire.git diff --git a/dunshire/errors.py b/dunshire/errors.py index 7cd8342..424f3e6 100644 --- a/dunshire/errors.py +++ b/dunshire/errors.py @@ -91,7 +91,7 @@ class GameUnsolvableException(Exception): [0.1000000], e2 = [3.0000000] [0.1000000], - Condition((L, K, e1, e2)) = 4.155638. + Condition((L, K, e1, e2)) = 4.155... CVXOPT returned: dual infeasibility: None dual objective: 1.0 @@ -192,7 +192,7 @@ class PoorScalingException(Exception): [0.1000000], e2 = [3.0000000] [0.1000000], - Condition((L, K, e1, e2)) = 4.155638. + Condition((L, K, e1, e2)) = 4.155... """ def __init__(self, game):