X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Ferrors.py;h=99df2a12566250e622366766bb36880d1ba28c35;hb=0a16e3c97d7f0e692428126ae1759fe0f925bf8f;hp=4e292acd5fe57258c9fe0c0f835476aca98ac53a;hpb=bd5a4b0c8519de2a938663acdbc080560f829628;p=dunshire.git diff --git a/src/dunshire/errors.py b/src/dunshire/errors.py index 4e292ac..99df2a1 100644 --- a/src/dunshire/errors.py +++ b/src/dunshire/errors.py @@ -70,7 +70,8 @@ class GameUnsolvableException(Exception): ... 'dual objective': 1.0, ... 'primal objective': None, ... 'gap': None, - ... 'residual as primal infeasibility certificate': 3.986246886102996e-09} + ... 'residual as primal infeasibility certificate': + ... 3.986246886102996e-09} >>> print(GameUnsolvableException(d)) Solution failed with result "primal infeasible." CVXOPT returned: