diff options
author | John Glover <john@john-glovers-macbook.local> | 2010-12-24 18:42:37 +0000 |
---|---|---|
committer | John Glover <john@john-glovers-macbook.local> | 2010-12-24 18:42:37 +0000 |
commit | 5b884d40c155fb47ed5ebf7dbbea2cff46f0a1c4 (patch) | |
tree | 3cdaaf6b5967c855902076e90f53360332852b1d /tests | |
parent | 4063c8971278cdd19c0d3d3844b92082c18ce230 (diff) | |
download | simpl-5b884d40c155fb47ed5ebf7dbbea2cff46f0a1c4.tar.gz simpl-5b884d40c155fb47ed5ebf7dbbea2cff46f0a1c4.tar.bz2 simpl-5b884d40c155fb47ed5ebf7dbbea2cff46f0a1c4.zip |
Residual test is now run
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sms.py b/tests/sms.py index d85f27a..a1b8fa9 100644 --- a/tests/sms.py +++ b/tests/sms.py @@ -1144,7 +1144,6 @@ class TestSimplSMS(object): def test_residual_synthesis(self): """test_residual_synthesis Compare pysms residual signal with SMS residual""" - return audio, sampling_rate = self.get_audio() pysms.sms_init() snd_header = pysms.SMS_SndHeader() |