mblondel / soft-dtw

Python implementation of soft-DTW.
BSD 2-Clause "Simplified" License
550 stars 98 forks source link

file not found #2

Closed kurosch closed 7 years ago

kurosch commented 7 years ago

the method "file" in soft-dtw/sdtw/dataset.py cannot be found while executing or trying to test the code.

Error occurs in _parse_ucr method line 13 in

for line in file(filename):
mblondel commented 7 years ago

Should be fixed now. I added Python 3 support to master.