X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=3febfcd9149d0f4e8b13999e618dc66f11efd121;hb=c09e5b3a2ab9d015aa20373609a50f45506afd34;hp=6439ce7065c88a7b1ef157830053431fa1ee946d;hpb=a13d0140cf7e593f74493f722df57e415b3682d0;p=dunshire.git diff --git a/TODO b/TODO index 6439ce7..3febfcd 100644 --- a/TODO +++ b/TODO @@ -138,37 +138,6 @@ AssertionError: False is not true -8. Fix floating point comparisons in the doctest output. - -9. Use shebang in the standalone test executable. - -10. Sometimes our Lyapunov-like tests over the ice cream cone are - failing badly. For example, - - FAIL: test_lyapunov_icecream (test.symmetric_linear_game_test - .SymmetricLinearGameTest) - ---------------------------------------------------------------------- - Traceback (most recent call last): - File "/home/mjo/src/dunshire/test/symmetric_linear_game_test.py", - line 620, in test_lyapunov_icecream - self.assert_lyapunov_works(G) - File "/home/mjo/src/dunshire/test/symmetric_linear_game_test.py", - line 578, in assert_lyapunov_works - self.assertTrue(negative_stable) - AssertionError: False is not true - - - We should have a matrix L that is negative stable, but its eigenvalues - are actually, - - [0.8991268260361707, - 0.8991268260361707, - -1.4648148562918966, - 3.2630685083642352, - 0.8991268260361712] - -11. Add random tests for the matrices module. - 12. Investigate this test failure too. It looks like it was really close to being solved, but we would have needed a fudge factor of three instead of two. @@ -223,5 +192,5 @@ [ 0.0000002] [ 1.3406728] - -13. Add game payoff(x,y) method to check solutions. +13. Add a test to ensure that if we solve the same game twice, we get the + same answer back.