patrickzib / SFA

Scalable Time Series Data Analytics
GNU General Public License v3.0
309 stars 67 forks source link

MTSClassificationTest fails #40

Closed pmeheut closed 3 years ago

pmeheut commented 3 years ago

MTSClassificationTest fails line 443 because offset is out of bounds. This is caused by changes in commit 97aee8ea8bdad876949d09a0720859ca4615f31f.

Reverting just this loop to the previous code works.

patrickzib commented 3 years ago

Thank you! In fact, this was a bug. I did a couple of fixes to the repository, including reverting this loop back to its original form.