-
Notifications
You must be signed in to change notification settings - Fork 648
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
Bug Fix for #1071: NHiTs encoder/decoder covariate size difference bug #1359
Conversation
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.
Can we add a test? Looks like it makes a lot of sense but would like to have a test for this as it is an actual change in the model
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1359 +/- ##
==========================================
+ Coverage 90.11% 90.19% +0.08%
==========================================
Files 30 30
Lines 4714 4724 +10
==========================================
+ Hits 4248 4261 +13
+ Misses 466 463 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…h-forecasting into weight-size-bug-fix
Sure! Added a new test for NHiTs, confirmed it fails on master and passes on my branch |
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.
Great PR! thanks a lot
Thanks! Just fixed the linter problem, looks like you'll need to approve again to get the workflows to run |
Description
Fix for #1071 and #1065