-
Notifications
You must be signed in to change notification settings - Fork 14
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
propagate isless in ordinal encoding #415
base: main
Are you sure you want to change the base?
Conversation
Better now than never, though |
For the failing tests: I guess the result of |
holy shit what happened I see countless failures throughout the library now :D |
i also see countless calls to deprecated functions in the test suite. Oh man, i think I have to invest some time in the tests... |
It's because we also need to test the deprecations, no? We're going to be at v3 for some time, and new users will likely never use deprecated syntax anyways, so I'm fine with just removing all the deprecations fully and releasing a new minor version stating that. |
The tests for ordinal patterns fail now because they were designed for cases with no random shuffling in the case of ties. Just need to pass on the correct function to restore their behavior and add a few more tests for the random case, as planned |
Closes #378
I'm taken aback that we didn't fix this before the paper...