diff options
author | John Glover <j@johnglover.net> | 2012-06-25 22:18:55 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-06-25 22:18:55 +0100 |
commit | fe435dc1a7be3783165f5dfb524a3db49fa55997 (patch) | |
tree | 9402282468afca45b7050b17e3910b76f842f207 /tests/test_base.py | |
parent | 2d6b45e5e5b080d9b4f527734e7f3ae5fb1bf6f4 (diff) | |
download | simpl-fe435dc1a7be3783165f5dfb524a3db49fa55997.tar.gz simpl-fe435dc1a7be3783165f5dfb524a3db49fa55997.tar.bz2 simpl-fe435dc1a7be3783165f5dfb524a3db49fa55997.zip |
[base] Add C++/Cython PeakDetection.frames and Frame.peaks
Diffstat (limited to 'tests/test_base.py')
-rw-r--r-- | tests/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |