X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=test%2Fmultiple_curve_analysis.py;fp=test%2Fmultiple_curve_analysis.py;h=946343308e5fdd5bd75ecd2d29952dbb98e91a6e;hp=4bc57262aec99508234d4c6120318083a24017a4;hb=60b12a779acf92ec32ef2d0ed9e5766b11705150;hpb=01c8dd10d343718246c48dc2f4c122d59913de4d diff --git a/test/multiple_curve_analysis.py b/test/multiple_curve_analysis.py index 4bc5726..9463433 100644 --- a/test/multiple_curve_analysis.py +++ b/test/multiple_curve_analysis.py @@ -71,7 +71,7 @@ Verify successful application. >>> curve >>> for c in curve.command_stack: -... print c # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF +... print(c) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF @@ -80,7 +80,7 @@ Verify successful application. >>> for c in curve.data[-1].info['columns']: -... print c # doctest: +REPORT_UDIFF +... print(c) # doctest: +REPORT_UDIFF z piezo (m) deflection (m) surface distance (m) @@ -94,7 +94,7 @@ polymer peak 0 (N) >>> curve >>> for c in curve.command_stack: -... print c # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF +... print(c) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF @@ -103,7 +103,7 @@ polymer peak 0 (N) >>> for c in curve.data[-1].info['columns']: -... print c # doctest: +REPORT_UDIFF +... print(c) # doctest: +REPORT_UDIFF z piezo (m) deflection (m) surface distance (m)