From: W. Trevor King Date: Thu, 15 Mar 2012 00:02:16 +0000 (-0400) Subject: Remove debugging slope prints from surface-detection doctest. X-Git-Tag: 0.6~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee04efd4a6b88cea4f94c3963fb0c9f33b9caa9c;p=pypiezo.git Remove debugging slope prints from surface-detection doctest. --- diff --git a/pypiezo/afm.py b/pypiezo/afm.py index 8f9d621..106885d 100644 --- a/pypiezo/afm.py +++ b/pypiezo/afm.py @@ -157,10 +157,8 @@ class AFMPiezo (_base.Piezo): got FlatFit >>> print e # doctest: +SKIP slopes not sufficiently different: 1.0021 and 1.0021 - >>> e.right_slope >>> abs(e.right_slope-1) < 0.1 True - >>> e.left_slope >>> abs(e.left_slope-1) < 0.1 True