diff options
-rw-r--r-- | tests/sms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |