-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: handle zero division in top down methods #325
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@mattbuot Thanks for the contribution!
I took the liberty to fix the linting, and make a small change to properly deal with floating numbers. PR is good to go imho. |
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 for your contribution!
@mattbuot Can you make sure the user Matthieu signs the CLA too? I'm assuming it's your account too? |
…ndencies group (Nixtla#323) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3337708
to
5ec9b3d
Compare
@elephaint thanks for cleaning up the PR, I removed the other Matthieu from the authors. Somehow I had made these commits without my github email. |
This is to address #324.
First contribution to this repo, please let me know if any other change is required, I tested for all the reconciliation methods that use the top down logic: TopDown, TopDownSparse, MiddleOut, MiddleOutSparse.
Not sure why some formatting was applied in some other files when I built the library... The only real change is in hierarchicalforecast/methods.py