From 0781605f78b1e4d13851886e50efa5b5b6570b84 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 10 Oct 2016 00:20:59 -0700 Subject: [PATCH] add cautionary TODO --- robustness.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robustness.py b/robustness.py index 6faac99..9b9e280 100644 --- a/robustness.py +++ b/robustness.py @@ -1,3 +1,5 @@ +# TODO: technically incorrect on 0 robustness since conflates < and > + from functools import singledispatch from operator import sub, add