Closed eonu closed 5 months ago
Below should be calling self._dtw1d.
self._dtw1d
https://github.com/eonu/sequentia/blob/506228868378c767f5b67d208fa4c2dc72c8b52d/sequentia/models/knn/base.py#L209
Add a unit test.
Calling self._dtw incorrectly.
self._dtw
N/A
Fixed in #251.
Has this already been reported?
Expected behaviour
Below should be calling
self._dtw1d
.https://github.com/eonu/sequentia/blob/506228868378c767f5b67d208fa4c2dc72c8b52d/sequentia/models/knn/base.py#L209
Add a unit test.
Observed behaviour
Calling
self._dtw
incorrectly.Code to reproduce
Version details