-
Notifications
You must be signed in to change notification settings - Fork 144
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
[MNT] Purging similarity search from distance as argument numba functions #2176
[MNT] Purging similarity search from distance as argument numba functions #2176
Conversation
Thank you for contributing to
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…earch-test-failures-in-ci
@MatthewMiddlehurst added data generation and test for the similarity search estimators, removed the non-deterministic tags from RDST regressor and classifier and added some check against expected results for the classifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine to let this through after the docs are merged. I will add the testing labels just in-case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will leave RDST for now
Deal, i'll take a look at the conflicts and we should be good to go then. |
If you are up for it, i think we are giving in the American spelling also 🙂 |
@MatthewMiddlehurst answred comment and fixed tests that were causing failures (I implemented these test wrong). Concerning language, I would prefer to delay it to another PR, this one is big enough. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the worst its going to do, break everything?
Well it seems that it run fines on main, sooooo all good I guess ? |
Reference Issues/PRs
Fixes #2071, #2163, #2250
What does this implement/fix? Explain your changes.
QuerySearch
estimator, now they are computed directly in the distance profile functions.normalize
(US) tonormalise
(UK) to have the same spelling as the other files in aeon (both were sometime used in the same file).