Relax precision in pysawsim.histogram.Histogram bin_edges doctest.
[sawsim.git] / pysawsim / histogram.py
index 7591e56ef56c02dc693ead4a6f441457b96e054d..acd135955e1223df0a0b0f591ceb8849cee54230 100644 (file)
@@ -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...]
         """