From 71ad2c6d486380091d2d7cf84d562244b5c4eb65 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Aug 2010 14:50:43 -0400 Subject: [PATCH] Adjust test/flat_filter_peaks.py to account for 01ff9349a0c6 --- test/flat_filter_peaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/flat_filter_peaks.py b/test/flat_filter_peaks.py index fd8a578..87f26e7 100644 --- a/test/flat_filter_peaks.py +++ b/test/flat_filter_peaks.py @@ -37,7 +37,7 @@ Success >>> curve = h.playlists.current().current() >>> retract = curve.data[-1] ->>> retract.info['flat filter peaks (m)'] # doctest: +ELLIPSIS +>>> retract.info['flat filter peaks'] # doctest: +ELLIPSIS [] >>> retract.info['columns'] ['z piezo (m)', 'deflection (m)', 'surface distance (m)', 'surface deflection (m)', 'flat filter peaks (m)'] -- 2.26.2