[BUG] fix incorrect concatenation dimension in concat_sequences#1827
[BUG] fix incorrect concatenation dimension in concat_sequences#1827fkiraly merged 7 commits intosktime:mainfrom
concat_sequences#1827Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1827 +/- ##
=======================================
Coverage ? 86.78%
=======================================
Files ? 51
Lines ? 5668
Branches ? 0
=======================================
Hits ? 4919
Misses ? 749
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:
|
|
After my first commit, there was one test failure of the following test with python 3.13 I removed Hopefully the reviewers will fix that. |
fkiraly
left a comment
There was a problem hiding this comment.
Thanks!
Could you revert your changes to the test.yml? There is only one combination failing, there is no need to remove all of 3.13 tests. I will take care of that separately, just make sure you do not change the file.
Regarding the skip in the pytest.ini, can you explain why we are skipping that?
|
"Regarding the skip in the pytest.ini, can you explain why we are skipping that?" |
|
ok, but what exactly are we skipping? Why did you suggest to do that in the first place? |
|
Sorry for any confusion. Let me clarify two points:
Hope this clears things up. |
fkiraly
left a comment
There was a problem hiding this comment.
Yes, thanks.
What would be great is if you could add a test as well - if you are not sure how to add tests, simply paste code that fails prior and now passes.
(to add this as a test, add it as a function test_something inside a module starting with "test")
fkiraly
left a comment
There was a problem hiding this comment.
How about the code in #1823?
This is already a great test case:
- add the original code with an assert for the correct shape
- add the modification that fails, as well. Simply paste it, and the test passes if the code does not fail.
concat_sequences
…time#1827) ### Description This PR fixes [1823](sktime#1823)
…time#1827) ### Description This PR fixes [1823](sktime#1823)
Description
This PR suggest a fix 1823
Checklist
pre-commit install.To run hooks independent of commit, execute
pre-commit run --all-filesMake sure to have fun coding!