diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 11:46:57 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 11:46:57 -0500 |
commit | 9cfd03bd98693e62c6898f18d90d5d08f4d5c102 (patch) | |
tree | 4c0a9c65b3775ec8b7dd5e3f73c22cd0684b44fb /gr-blocks/python/qa_peak_detector2.py | |
parent | 520626bcc203a15ec22ed7351204662a33a17ef5 (diff) |
blocks: moving peak_detector and moving_average to gr-blocks.
Diffstat (limited to 'gr-blocks/python/qa_peak_detector2.py')
-rw-r--r-- | gr-blocks/python/qa_peak_detector2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/python/qa_peak_detector2.py b/gr-blocks/python/qa_peak_detector2.py index 4b864e4d70..b2d8e318dd 100644 --- a/gr-blocks/python/qa_peak_detector2.py +++ b/gr-blocks/python/qa_peak_detector2.py @@ -50,7 +50,6 @@ class test_peak_detector2(gr_unittest.TestCase): tb.run() dst_data = dst.data() - print dst_data self.assertEqual(expected_result, dst_data) |