From: Michael Orlitzky Date: Wed, 5 Oct 2016 15:55:17 +0000 (-0400) Subject: Add another TODO to compare against a tolerance parameter. X-Git-Tag: 0.1.0~218 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=b1d06cfefc83b4db9d5592f7424d4ef67b9806e7 Add another TODO to compare against a tolerance parameter. --- diff --git a/TODO b/TODO index d437ac4..4dee0ae 100644 --- a/TODO +++ b/TODO @@ -25,3 +25,5 @@ Maybe x -> xi and y -> gamma in my paper, if that works out. 12. Make sure we have the dimensions of the PSD cone correct. + +13. Use a positive tolerance when comparing floating point numbers.