From 97615c546db173a168cedc776205aeba106751e4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 31 Oct 2016 20:10:24 -0400 Subject: [PATCH] Add two more TODOs, one minor, and one bad test failure. --- TODO | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/TODO b/TODO index e571aea..095818a 100644 --- a/TODO +++ b/TODO @@ -139,3 +139,30 @@ 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] -- 2.43.2