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

N_sma_threshhold #6

Closed
kayuksel opened this issue Aug 30, 2019 · 2 comments
Closed

N_sma_threshhold #6

kayuksel opened this issue Aug 30, 2019 · 2 comments

Comments

@kayuksel
Copy link

You first have
if N_sma > self.N_sma_threshhold:

and then you have
if N_sma > 4:

Is it right that the second one is constant or should that also be N_sma_threshhold parameter?

@lessw2020
Copy link
Owner

Hi Kayuksel,
It was an oversight on my part - thanks for pointing it out!
I've fixed and checked it in.
Have a good weekend!

@kayuksel
Copy link
Author

@lessw2020 Sorry, I couldn't write back since that I was traveling. Thanks for the fix!

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