fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
47 stars 25 forks source link

ValidityDomainChecker checks even when the associated components is not used #509

Closed florentLutz closed 3 months ago

florentLutz commented 4 months ago

Describe the bug If two components use the same value name and have different value for allowable range in the ValidityDomainChecker but are not used at the same time, the ValidityDomainChecker of the components not used in the problem will still trigger and raise a warning

To Reproduce This code should reproduce the bug: bug_validity_domain_checker.zip

Expected behavior Only the ValidityDomainChecker of components actually used should proc

Environment