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

Add inverse_sliding_window() and enable TimesNet to work with len>5000 samples #442

Merged
merged 8 commits into from
Jun 20, 2024

Conversation

WenjieDu
Copy link
Owner

What does this PR do?

  1. fixing Add a func inverse_sliding_window #439;
  2. fixing A minor bug in sliding_window() #440;
  3. fixing TimesNet for imputation ERROR Exception: The size of tensor a (5461) must match the size of tensor b (1000) at non-singleton dimension 1 #430;

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

@coveralls
Copy link
Collaborator

coveralls commented Jun 20, 2024

Pull Request Test Coverage Report for Build 9592253378

Details

  • 13 of 26 (50.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 83.438%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/data/utils.py 10 23 43.48%
Totals Coverage Status
Change from base Build 9562276235: 0.4%
Covered Lines: 10106
Relevant Lines: 12112

💛 - Coveralls

@coveralls
Copy link
Collaborator

coveralls commented Jun 20, 2024

Pull Request Test Coverage Report for Build 9592253378

Details

  • 13 of 26 (50.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 83.472%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/data/utils.py 10 23 43.48%
Totals Coverage Status
Change from base Build 9562276235: 0.5%
Covered Lines: 10111
Relevant Lines: 12113

💛 - Coveralls

@WenjieDu WenjieDu merged commit d563164 into main Jun 20, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants