X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=48d4bd36380ce361c3d35d7aff6be8689781ee18;hb=5bcb67b592ff12a57f7cb9803305c380342ef71c;hp=afcffc533072cba19efd7ee027ee1e91fc11079d;hpb=040374ca134b2f3d962b91a9dac97a7600032685;p=dunshire.git diff --git a/TODO b/TODO index afcffc5..48d4bd3 100644 --- a/TODO +++ b/TODO @@ -140,33 +140,6 @@ 8. Fix floating point comparisons in the doctest output. -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. Complete the unit tests for the matrices module. We still need to - document it, and finish adding all of the tests. 12. Investigate this test failure too. It looks like it was really close to being solved, but we would have needed a fudge factor