From: Michael Orlitzky Date: Thu, 10 Nov 2016 22:55:12 +0000 (-0500) Subject: Add a new failing test case. X-Git-Tag: 0.1.0~51 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=5a9c9407757117322ad2e364acb394165649dfb1 Add a new failing test case. --- diff --git a/test/failures/01.py b/test/failures/01.py new file mode 100644 index 0000000..e6658c8 --- /dev/null +++ b/test/failures/01.py @@ -0,0 +1,7 @@ +from dunshire import * +L = [[57.22233908627052301199, 41.70631373437460354126], + [83.04512571985074487202, 57.82581810406928468637]] +K = NonnegativeOrthant(2) +e1 = [7.31887017043399268346, 0.89744171905822367474] +e2 = [0.11099824781179848388, 6.12564670639315345113] +SLG = SymmetricLinearGame(L,K,e1,e2)