eonu / sequentia

Scikit-Learn compatible HMM and DTW based sequence machine learning algorithms in Python.

Home Page:https://pypi.org/project/sequentia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix independent DTW

eonu opened this issue · comments

Has this already been reported?

  • This is a new bug!

Expected behaviour

Below should be calling self._dtw1d.

return self._dtw(a, b, window=window)

Add a unit test.

Observed behaviour

Calling self._dtw incorrectly.

Code to reproduce

N/A

Version details

N/A