From c967bac64c1c6534de4b89662d8824c28eb18d9a Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 6 Jul 2012 14:49:57 +0100 Subject: [tests] Remove old test files. Ignore libsms residual waveform. --- tests/debug.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/debug.py (limited to 'tests/debug.py') diff --git a/tests/debug.py b/tests/debug.py deleted file mode 100644 index d91b008..0000000 --- a/tests/debug.py +++ /dev/null @@ -1,13 +0,0 @@ -def print_peaks(frames): - for n, f in enumerate(frames): - for p in f: - print str(n) + ":", p.frequency - -def print_partials(partials): - for partial_num, partial in enumerate(partials): - print partial_num, - print "(" + str(partial.starting_frame) + " to", - print str(partial.starting_frame + len(partial.peaks)) + "):", - for peak_number, peak in enumerate(partial.peaks): - print peak.frequency, - print -- cgit v1.2.3