]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/failures/01.py
Add two previously-failing examples as doctests for solution().
[dunshire.git] / test / failures / 01.py
diff --git a/test/failures/01.py b/test/failures/01.py
deleted file mode 100644 (file)
index e6658c8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-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)