From: Michael Orlitzky Date: Sun, 30 Oct 2016 22:44:33 +0000 (-0400) Subject: Add a TODO to avoid comparing floats in doctests. X-Git-Tag: 0.1.0~107 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=0e2a195d7b947aff65893c000292f7742028afdc Add a TODO to avoid comparing floats in doctests. --- diff --git a/TODO b/TODO index 84316c4..e571aea 100644 --- a/TODO +++ b/TODO @@ -136,3 +136,6 @@ line 254, in assert_within_tol self.assertTrue(abs(first - second) < options.ABS_TOL) AssertionError: False is not true + + +8. Fix floating point comparisons in the doctest output.