X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Ferrors.py;h=424f3e62352848c7f673375e401da18c25cdbb98;hb=299bf2d606eb245ec78f2e20826836c0bb5bfc07;hp=61fe43d243b65d51595baa09c75e797c002fe306;hpb=1e02fd12b64e090e0b0ab0d3fecbd9c1b18d0fcf;p=dunshire.git diff --git a/dunshire/errors.py b/dunshire/errors.py index 61fe43d..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)) = 8.311277. + 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)) = 8.311277. + Condition((L, K, e1, e2)) = 4.155... """ def __init__(self, game):