From db83824d26bebdf0983f18a6dc6c884aa27ca422 Mon Sep 17 00:00:00 2001
From: John Glover <j@johnglover.net>
Date: Mon, 24 Sep 2012 11:30:51 +0200
Subject: [tests] Use inharmonic mode when creating SMS test data

---
 tests/create_test_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests')

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
-- 
cgit v1.2.3