projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5e348
)
Remove debugging slope prints from surface-detection doctest.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 00:02:16 +0000
(20:02 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 00:02:16 +0000
(20:02 -0400)
pypiezo/afm.py
patch
|
blob
|
history
diff --git
a/pypiezo/afm.py
b/pypiezo/afm.py
index 8f9d6213edd8d50d743393ca53c7ee4ad7a593c0..106885dc425b0cac5eb469d0e6d39df765fbadd2 100644
(file)
--- 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