X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=ec352e3e08b5f1f8971b4fd03edca13baa204fd3;hb=e297d8d0471068f10d4953570047d6770ceeb7be;hp=21b47eb21370e1d6d5328ff668dca76feb042bc6;hpb=903bd9bee55bcc404ae39a94d2625814d5bcc2a3;p=dunshire.git diff --git a/TODO b/TODO index 21b47eb..ec352e3 100644 --- a/TODO +++ b/TODO @@ -138,35 +138,6 @@ AssertionError: False is not true -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. 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.