From 0e2a195d7b947aff65893c000292f7742028afdc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 30 Oct 2016 18:44:33 -0400 Subject: [PATCH] Add a TODO to avoid comparing floats in doctests. --- TODO | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.43.2