The example code in the documentation on https://dynamictimewarping.github.io/python/.
Executing the code in a clean virtual environment yields:
- The following exception: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (2, 2) + inhomogeneous part.
- The plot showing the wiggly sin function with the template does not show the grey dots matching the points as is indicated by the output on the documentation.
To Reproduce
- Create virtualenvironment
- Install dependencies
- Copy sample code and execute in jupyter notebook
dtw-python==1.7.2
The example code in the documentation on https://dynamictimewarping.github.io/python/.
Executing the code in a clean virtual environment yields:
To Reproduce
dtw-python==1.7.2