summaryrefslogtreecommitdiff
path: root/gr-vocoder/python/qa_cvsd_vocoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/python/qa_cvsd_vocoder.py')
-rwxr-xr-xgr-vocoder/python/qa_cvsd_vocoder.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-vocoder/python/qa_cvsd_vocoder.py b/gr-vocoder/python/qa_cvsd_vocoder.py
index 579b019cc9..42cb7f19b9 100755
--- a/gr-vocoder/python/qa_cvsd_vocoder.py
+++ b/gr-vocoder/python/qa_cvsd_vocoder.py
@@ -35,10 +35,10 @@ class test_cvsd_vocoder (gr_unittest.TestCase):
self.tb = None
def test001_module_load (self):
- raw_enc = cvsd_encode_sb();
- raw_dec = cvsd_decode_bs();
- hb_enc = cvsd_encode_fb();
- hb_dec = cvsd_decode_bf();
+ raw_enc = cvsd_encode_sb()
+ raw_dec = cvsd_decode_bs()
+ hb_enc = cvsd_encode_fb()
+ hb_dec = cvsd_decode_bf()
""" Disable for now