From 3e690c70064d884d0e750db3ae6fcf47f1807ab4 Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 30 Jun 2012 10:49:36 +0100 Subject: Restructure class files. Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file. --- tests/test_sms.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_sms.py') diff --git a/tests/test_sms.py b/tests/test_sms.py index 514ead4..98b48c2 100644 --- a/tests/test_sms.py +++ b/tests/test_sms.py @@ -6,8 +6,6 @@ import simpl import simpl.simplsms as simplsms float_precision = 2 -frame_size = 512 -hop_size = 512 audio_path = os.path.join( os.path.dirname(__file__), 'audio/flute.wav' ) -- cgit v1.2.3