From ee04efd4a6b88cea4f94c3963fb0c9f33b9caa9c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 14 Mar 2012 20:02:16 -0400 Subject: [PATCH] Remove debugging slope prints from surface-detection doctest. --- pypiezo/afm.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.26.2