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

[BUG] fix test excepts for SignatureTransformer #5474

Merged
merged 1 commit into from Oct 23, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Oct 22, 2023

The test execution conditions for the estimator specific tests of SignatureTransformer were checking presence of esig rather than full environment compatibility.

This could lead to an unexpected test failure under the condition that esig was present but the more restrictive conditions required by SignatureTransformer were not satisfied.

This is fixed by checking the latter and not the former.

@fkiraly fkiraly added module:transformations transformations module: time series transformation, feature extraction, pre-/post-processing module:tests test framework functionality - only framework, excl specific tests bugfix Fixes a known bug or removes unintended behavior labels Oct 22, 2023
@fkiraly
Copy link
Collaborator Author

fkiraly commented Oct 23, 2023

failure on main, in relation to the new CI - so quickmerge

@fkiraly fkiraly merged commit d10270f into main Oct 23, 2023
46 checks passed
@fkiraly fkiraly deleted the signature-transformer-test-except branch October 23, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a known bug or removes unintended behavior module:tests test framework functionality - only framework, excl specific tests module:transformations transformations module: time series transformation, feature extraction, pre-/post-processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant