aeon
aeon copied to clipboard
[ENH] Type hints for primitives and string arguments:Part3
Reference Issues/PRs Part of https://github.com/aeon-toolkit/aeon/issues/1454
What does this implement/fix? Explain your changes. Adding type hints to remaining scripts in : aeon/classification/sklearn/_continuous_interval_tree.py ( Existing class _TreeNode, has been moved above ContinuousIntervalTree, in order to include the type[_TreeNode] in the type hints)
aeon/classification/shapelet_based scripts.
Does your contribution introduce a new dependency? If yes, which one? None
Any other comments? Type hints are NOT added in other methods since they were not primitive types.
Thank you for contributing to aeon
I have added the following labels to this PR based on the title: [ $\color{#FEF1BE}{\textsf{enhancement}}$ ]. I have added the following labels to this PR based on the changes made: [ $\color{#BCAE15}{\textsf{classification}}$ ]. Feel free to change these if they do not properly represent the PR.
The Checks tab will show the status of our automated tests. You can click on individual test runs in the tab or "Details" in the panel below to see more information if there is a failure.
If our pre-commit
code quality check fails, any trivial fixes will automatically be pushed to your PR unless it is a draft.
Don't hesitate to ask questions on the aeon
Slack channel if you have any.