Closed CodeLionX closed 6 months ago
hi, thanks for this, it is due to problems with using lists and ndarray within numpy, its easy to do in code but causes all sorts of compilation issues. @chrisholder has an idea about how to fix this, we will update on progress here
This has now been resolved in PR #1287 and PR #1356
Describe the bug
All pairwise distance functions raise an error when presented with a dataset containing unequal-length time series, such as
"japanese_vowels"
. The implementations support unequal-length time series but the wrapping function assumes a singlenp.ndarray
as input. However unequal-length datasets haveList[np.ndarray]
-type.Steps/Code to reproduce the bug
Expected results
All distances functions produce a distance matrix instead of raising an exception.
Actual results
Versions