wannesm / dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C)
Other
1.08k stars 184 forks source link

dtw_ndim.distance_fast path problem #206

Closed kingwe-stack closed 5 months ago

kingwe-stack commented 5 months ago

when I use dtw_ndim.distance_fast ,I find that the path of it is always the length of bigger time series.but in fact,it should be >= max(len(s1),len(s2)),and<=len(s1)+len(s2)-1