From: W. Trevor King Date: Tue, 6 Dec 2011 19:44:29 +0000 (-0500) Subject: Relax precision in pysawsim.histogram.Histogram bin_edges doctest. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=0a80d567d6f5bbf722133d7e84a6f0ba0395c252 Relax precision in pysawsim.histogram.Histogram bin_edges doctest. --- diff --git a/pysawsim/histogram.py b/pysawsim/histogram.py index 7591e56..acd1359 100644 --- a/pysawsim/histogram.py +++ b/pysawsim/histogram.py @@ -104,7 +104,7 @@ class Histogram (object): >>> h.counts [10.0, 40.0, 5.0] >>> h.bin_edges # doctest: +ELLIPSIS - [1.5e-10, 2.000...e-10, 2.500...e-10, 3e-10] + [1.5e-10, 2...e-10, 2.5...e-10, 3e-10] >>> h.probabilities # doctest: +ELLIPSIS [0.181..., 0.727..., 0.0909...] """