]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - dunshire/errors.py
Remove the condition number from the game string representation.
[dunshire.git] / dunshire / errors.py
index 424f3e62352848c7f673375e401da18c25cdbb98..b5eb6291f221c9bcfb0e79ac4ec87ebfd3fe4096 100644 (file)
@@ -90,8 +90,7 @@ class GameUnsolvableException(Exception):
          e1 = [1.0000000]
               [0.1000000],
          e2 = [3.0000000]
-              [0.1000000],
-         Condition((L, K, e1, e2)) = 4.155...
+              [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.155...
+              [0.1000000]
        <BLANKLINE>
     """
     def __init__(self, game):