summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-09-24 11:30:51 +0200
committerJohn Glover <j@johnglover.net>2012-09-24 11:30:51 +0200
commitdb83824d26bebdf0983f18a6dc6c884aa27ca422 (patch)
tree9e86b1514db4ccbf46f5e38380844b984f5ff61f
parent9f6de8863954715f930f937568ed274ee66d33db (diff)
downloadsimpl-db83824d26bebdf0983f18a6dc6c884aa27ca422.tar.gz
simpl-db83824d26bebdf0983f18a6dc6c884aa27ca422.tar.bz2
simpl-db83824d26bebdf0983f18a6dc6c884aa27ca422.zip
[tests] Use inharmonic mode when creating SMS test data
-rw-r--r--tests/create_test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create_test_data.py b/tests/create_test_data.py
index b44a855..28b4403 100644
--- a/tests/create_test_data.py
+++ b/tests/create_test_data.py
@@ -27,7 +27,7 @@ def _pysms_analysis_params(sampling_rate):
analysis_params.iFrameRate = sampling_rate / hop_size
analysis_params.iWindowType = pysms.SMS_WIN_HAMMING
analysis_params.fHighestFreq = 20000
- analysis_params.iFormat = pysms.SMS_FORMAT_HP
+ analysis_params.iFormat = pysms.SMS_FORMAT_IHP
analysis_params.nTracks = max_peaks
analysis_params.peakParams.iMaxPeaks = max_peaks
analysis_params.nGuides = max_peaks