Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

propagate isless in ordinal encoding #415

wants to merge 4 commits into from

Conversation

Datseris
Copy link
Member

Closes #378

I'm taken aback that we didn't fix this before the paper...

@kahaaga
Copy link
Member

kahaaga commented Jun 10, 2024

I'm taken aback that we didn't fix this before the paper...

Better now than never, though

@kahaaga
Copy link
Member

kahaaga commented Jun 10, 2024

For the failing tests: I guess the result of unique(res) must be sorted?

@Datseris
Copy link
Member Author

holy shit what happened I see countless failures throughout the library now :D

@Datseris
Copy link
Member Author

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...

@kahaaga
Copy link
Member

kahaaga commented Jun 10, 2024

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.

@kahaaga
Copy link
Member

kahaaga commented Jun 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The function lt in OrdinalPatternEncoding isn't actually used
2 participants