diff options
Diffstat (limited to 'tests')
-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 |