From 0a80d567d6f5bbf722133d7e84a6f0ba0395c252 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 6 Dec 2011 14:44:29 -0500 Subject: [PATCH] Relax precision in pysawsim.histogram.Histogram bin_edges doctest. --- pysawsim/histogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...] """ -- 2.26.2