From fe435dc1a7be3783165f5dfb524a3db49fa55997 Mon Sep 17 00:00:00 2001 From: John Glover Date: Mon, 25 Jun 2012 22:18:55 +0100 Subject: [base] Add C++/Cython PeakDetection.frames and Frame.peaks --- tests/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_base.py b/tests/test_base.py index f9807ef..8b00d33 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -46,4 +46,4 @@ class TestFrame(object): class TestPeakDetection(object): def test_peak_detection(self): pd = base.PeakDetection() - print pd + print pd.frames -- cgit v1.2.3