pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

Fix difference in acc cost between normal and accelerated version #35

Closed pierre-rouanet closed 5 years ago

pierre-rouanet commented 5 years ago

Fix a difference in the accumulated cost matrix computation. The accelerated version used lower limits. Add unit test to check if both versions give the same results.

Fix #34