Incompatible parameters in tests
Ouverte
test
- Langage dominant
- Python
- Étoiles
- 712
- Forks
- 96
- Merge moyen
- 3 j 1 h
- PR mergées (30 j)
- 10
Description
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 https://github.com/aimclub/FEDOT/pull/1183, but not released due to some problems.
Link to related integration test problems issue #1201.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.