Open eltrompetero opened 6 years ago
I'm getting an index error in line 148 of fastdtw.py
i, j = D[i, j][1], D[i, j][2]
when (i,j) = (0,1) because D[i,j] = (inf,) and that is a tuple of length one. Is it correct that the next step should be (0,0)?
I'm getting an index error in line 148 of fastdtw.py
when (i,j) = (0,1) because D[i,j] = (inf,) and that is a tuple of length one. Is it correct that the next step should be (0,0)?