]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Add a new failing test case.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 10 Nov 2016 22:55:12 +0000 (17:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 13 Nov 2016 20:19:26 +0000 (15:19 -0500)
test/failures/01.py [new file with mode: 0644]

diff --git a/test/failures/01.py b/test/failures/01.py
new file mode 100644 (file)
index 0000000..e6658c8
--- /dev/null
@@ -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)