-
Notifications
You must be signed in to change notification settings - Fork 682
[ENH] add tests for TiDEModel
with test_tide.py
#1814
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1814 +/- ##
=======================================
Coverage ? 88.88%
=======================================
Files ? 46
Lines ? 5301
Branches ? 0
=======================================
Hits ? 4712
Misses ? 589
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
These tests are mainly for v1 right? |
Yes, you are right. Currently the code here is independent of that PR, as I wanted to get it working with the v1 design. WIll try to make changes to align it with the PR 1780. |
…ime#1819) Following [pep 585](https://peps.python.org/pep-0585/) Using standard collections for type hints.
…mport` (sktime#1818) The issue was spotted in sktime via sktime/sktime#8061 Updated the implementation and copied the unit tests to ensure that it works with pytorch-forecasting. closes sktime#1815
### Description This PR implements the basic skeleton of D1 and D2 layer for v2. See sktime#1736 for discussion and design.
This PR solves the bug in `data_module` where the `static_categorical_features` and `static_continuous_features` were not correctly calculated in `__getitem__` of nested class
…time#1827) ### Description This PR fixes [1823](sktime#1823)
…1832) This PR makes the `data_modulel` dataclass-like See discussion in sktime#1829
This PR seems to have gotten messy, closing this for now and opening a better version. |
Description
This PR fixes #1807
Checklist
pre-commit install
.To run hooks independent of commit, execute
pre-commit run --all-files
Make sure to have fun coding!