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

Incompatible parameters in tests #1203

Open
kasyanovse opened this issue Nov 21, 2023 · 0 comments
Open

Incompatible parameters in tests #1203

kasyanovse opened this issue Nov 21, 2023 · 0 comments
Labels
test The additon or modification of the unit test

Comments

@kasyanovse
Copy link
Collaborator

kasyanovse commented Nov 21, 2023

Some operations may have incompatible parameters. It may be incompatible with each other or with data (like in LaggedImplementation or RANSAC). In tests, this may leads to errors in composer or tuner, but incompatible parameters is correct situation.

The simplest way to solve it is create ParameterError in operations and does not raise that error in composer or tuner. It was tested in #1183, but not released due to some problems.

Link to related integration test problems issue #1201.

@kasyanovse kasyanovse added the test The additon or modification of the unit test label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test The additon or modification of the unit test
Projects
None yet
Development

No branches or pull requests

1 participant