X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=27da26fc1c5535d5d99b046eaa2c4a48b19fc493;hb=d18d6c59528c3516646ebcd7d1727bd4094dc40c;hp=783d4a9d4136683d9da2b39d7d11c2100314bcdc;hpb=27bdc001c36113b5b95837ba32820383c263ca81;p=dunshire.git 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).