diff test/TestMonoNote.cpp @ 150:729cc1da9b8d memory

Use fixed-lag HMM in note tracking as well (when fixed-lag mode is selected)
author Chris Cannam
date Wed, 17 May 2017 16:29:43 +0100
parents 99bac62ee2da
children
line wrap: on
line diff
--- a/test/TestMonoNote.cpp	Wed May 17 15:55:37 2017 +0100
+++ b/test/TestMonoNote.cpp	Wed May 17 16:29:43 2017 +0100
@@ -14,7 +14,7 @@
 
 BOOST_AUTO_TEST_CASE(instantiate)
 {
-    MonoNote mn;
+    MonoNote mn(false);
     vector<vector<pair<double, double> > > pitchProb;
     size_t n = 8;