Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in lb_keogh function #42

Closed
raymondyao opened this issue May 7, 2019 · 1 comment
Closed

error in lb_keogh function #42

raymondyao opened this issue May 7, 2019 · 1 comment

Comments

@raymondyao
Copy link

Should be

if ci > ui:
t += abs(ci - ui)
elif ci < li:
t += abs(ci - li)
else:
pass
#donothing

@wannesm
Copy link
Owner

wannesm commented May 7, 2019

Correct, it's fixed in commit 03d87c9
Thanks.

@wannesm wannesm closed this as completed May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants