From 4278a00279b66ff5876b3d91097141b06c9596ce Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 17 Dec 2010 16:07:12 +0000 Subject: Fixed wrong method being called in test_residual --- tests/sms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sms.py b/tests/sms.py index 0ba6685..7e23759 100644 --- a/tests/sms.py +++ b/tests/sms.py @@ -1142,7 +1142,7 @@ class TestSimplSMS(object): synth.max_partials = self.max_partials simpl_harmonic = synth.synth(partials) res = simpl.SMSResidual() - simpl_residual = res.find_residual(simpl_harmonic, audio[0:simpl_harmonic.size]) + simpl_residual = res.synth(simpl_harmonic, audio[0:simpl_harmonic.size]) #import matplotlib.pyplot as plt #plt.plot(sms_residual) -- cgit v1.2.3