1427bd8e8a5b — Chris Cannam tip 23 days ago
Updated API
1 files changed, 6 insertions(+), 1 deletions(-)

M test.sml
M test.sml +6 -1
@@ 169,7 169,12 @@ structure TestConstrainedDTW : TESTS = s
                               (map real expected))
 
     fun newDTW f w = ConDTW.new { costFunction = f,
-                                  searchWidth = w
+                                  searchWidth = w,
+                                  stepFactors = {
+                                      horizontal = fn c => c,
+                                      vertical = fn c => c,
+                                      diagonal = fn c => c
+                                  }
                                 }
                          
     fun tests () =