[ENH] Add support for handling file extensions in load_from_tsfile#1953
[ENH] Add support for handling file extensions in load_from_tsfile#1953TonyBagnall merged 4 commits intoaeon-toolkit:mainfrom Sharathchenna:main
Conversation
Thank you for contributing to
|
|
@MatthewMiddlehurst Hey! Hello can you please check into this code because i ran pre-commit command and made some changes but the test is still failing . Thanks! |
baraline
left a comment
There was a problem hiding this comment.
Looks like it solve the issue, thanks for contributing !
I'll leave the merging to @TonyBagnall so he can confirm that's what he wanted.
TonyBagnall
left a comment
There was a problem hiding this comment.
great, thanks for that
|
@all-contributors add @Sharathchenna for code |
|
I've put up a pull request to add @Sharathchenna! 🎉 |
What does this implement/fix? Explain your changes.
I made changes in the data_loaders.py to check the extension of the file. If an extension is already like .txt, it will not append .ts. If there is no extension, it will append .ts extension
resolves #1922