From b67e975dfaaa3ad7537859a2fe99d84ff568167e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 17 Aug 2010 06:56:23 -0400 Subject: [PATCH] Remove export and distance sections from test/tutorial.py (they duplicate other test/*s). --- test/tutorial.py | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/test/tutorial.py b/test/tutorial.py index d352697..7e9ec33 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -223,23 +223,11 @@ See :file:`note.py`. *Exporting curves* ->>> export_already_exists = os.path.exists('mycurve.dat') ->>> export_already_exists -False ->>> h = r.run_lines(h, ['export_block --output mycurve.dat']) -Success - ->>> os.path.isfile('mycurve.dat') -True ->>> if export_already_exists == False: -... os.remove('mycurve.dat') +See :file:`export_block.py`. *Measuring distances and forces* ->>> h = r.run_lines(h, ['delta 300 500']) # doctest: +ELLIPSIS -[('z piezo (m)', -4.913...e-08), ('deflection (m)', -2.834...e-08)] -Success - +See :file:`delta.py`. *Worm like chain and freely jointed chain fitting* -- 2.26.2