From: Michael Orlitzky Date: Tue, 11 Oct 2016 14:05:37 +0000 (-0400) Subject: Add another TODO about failing tests. X-Git-Tag: 0.1.0~165 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=d18d6c59528c3516646ebcd7d1727bd4094dc40c Add another TODO about failing tests. --- diff --git a/TODO b/TODO index 783d4a9..27da26f 100644 --- a/TODO +++ b/TODO @@ -22,3 +22,8 @@ 10. We only need to include the API docs for dunshire.games in the "user manual;" everything else can go in an appendix. + +11. The ice cream cone tests sometimes fail. It can happen that we get + an "unknown" back from CVXOPT, or simply that we don't get the + expected answer in self.assertTrue(abs(first - second) < + options.ABS_TOL).