More cleanups to Setting/Argument type handling, mostly for count != 1.
[hooke.git] / hooke / plugin / flatfilt.py
index 9bf6db54ec64bbb5b39a6d7fda4a7a3963e8dff7..4e77f3cc647f8dc289c69af5efa93d166bfbd7f0 100644 (file)
@@ -72,7 +72,7 @@ Minimum number of peaks for curve acceptance.
                           ('max cut', 0.2),
                           ('min deviations', 9.0),
                           ('min points', 4),
-                          ('see double', 10e-9),
+                          ('see double', 10), # TODO: points vs. meters. 10e-9),
                           ]:
             argument = [a for a in self._arguments if a.name == key][0]
             argument.default = value