Closed kurosch closed 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
_parse_ucr
for line in file(filename):
Should be fixed now. I added Python 3 support to master.
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