aimclub/FEDOT

Incompatible parameters in tests

kasyanovse opened this issue · 0 comments

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.