pollen-robotics / dtw

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

Update dtw.py #50

Open renataghisloti opened 3 years ago

renataghisloti commented 3 years ago

Great package! Function was breaking for scikit-learn 0.24.1. I worked for Manhattan distance with the suggested change. Just a suggestion, feel free to accept or reject it.

pierre-rouanet commented 3 years ago

Hi @renataghisloti,

Sorry for the late answer. Can you provide an example that was broken? It seems the example does not run anymore with your modification.