-
Notifications
You must be signed in to change notification settings - Fork 64
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
execution: Add support for double_exponential_smoothing
function
#517
execution: Add support for double_exponential_smoothing
function
#517
Conversation
Hi everyone, this is my first contribution here - with an intent to get myself accustomed to the codebase. I used GoLand to execute tests locally. |
345a96e
to
550fc09
Compare
Signed-off-by: Subhramit Basu Bhowmick <[email protected]>
6509aa5
to
2bb68fb
Compare
Signed-off-by: Subhramit Basu Bhowmick <[email protected]>
@saswatamcode lint and docs workflows were failing, I fixed them with |
Signed-off-by: subhramit <[email protected]>
Signed-off-by: subhramit <[email protected]>
Signed-off-by: subhramit <[email protected]>
Signed-off-by: Subhramit Basu Bhowmick <[email protected]>
@saswatamcode Have implemented your suggestions. |
Signed-off-by: subhramit <[email protected]>
Signed-off-by: subhramit <[email protected]>
Signed-off-by: subhramit <[email protected]>
Fuzzing usually fails due to timeouts, let me restart it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Yep, green now! |
Closes #138
Added support for
double_exponential_smoothing
function, as discussed in #138 (comment).