X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ffailures%2F002.py;fp=test%2Ffailures%2F002.py;h=0000000000000000000000000000000000000000;hb=13b585b28aaacb1d603c3ae41614bacf613afa14;hp=e1945b650488c36f503802209d57e1307f315625;hpb=320cad144ae993f68a3f587222c701da3051a736;p=dunshire.git diff --git a/test/failures/002.py b/test/failures/002.py deleted file mode 100644 index e1945b6..0000000 --- a/test/failures/002.py +++ /dev/null @@ -1,7 +0,0 @@ -from dunshire import * -L = [[1.54159395026049472754, 2.21344728574316684799], - [1.33147433507846657541, 1.17913616272988108769]] -K = NonnegativeOrthant(2) -e1 = [0.39903040089404784307, 0.12377403622479113410] -e2 = [0.15695181142215544612, 0.85527381344651265405] -SLG = SymmetricLinearGame(L, K, e1, e2)