diff yeti/test_cqtkernel.yeti @ 68:b75c0eaaa6dd

Allow wrong max in alternate columns where expected max would be in lower octave (which is not present)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 03 Mar 2014 08:32:45 +0000
parents bb1799a6d690
children 27007f8302f4
line wrap: on
line diff
--- a/yeti/test_cqtkernel.yeti	Fri Feb 28 17:18:54 2014 +0000
+++ b/yeti/test_cqtkernel.yeti	Mon Mar 03 08:32:45 2014 +0000
@@ -11,7 +11,7 @@
     k = makeKernel { sampleRate = 16, maxFreq = 8, binsPerOctave = 4 };
 print k;
 cm.print k.kernel;
-true;
+false;
 ),
 
 ] is hash<string, () -> boolean>