pollen-robotics / dtw

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

Warp as a parameter #24

Closed cperales closed 6 years ago

cperales commented 6 years ago

Hello there!

I have been using your library for a side project with time series, and your functions give a lot of information when comparing two series. Nevertheless, I felt like it would be great to control the warp of the time series (by default in your library is 1) as a parameter, and that's my main contribution in this pull request.

Some PEP8 corrections (enough blank spaces between objects/functions, spaces between commas and numbers, etc.) have been also introduced.