summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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