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

Fix behavior when model_options could add input variables #530

Closed christophe-david closed 3 weeks ago

christophe-david commented 3 weeks ago

This PR fixes a bug that was occurring when an option in model_options could add input variables to some component : the generation of the input file was Ok, but the added input variables were not read for problem evaluation.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.55%. Comparing base (c8b28f3) to head (689ae2f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #530 +/- ## ======================================= Coverage 84.55% 84.55% ======================================= Files 138 138 Lines 6312 6312 Branches 908 908 ======================================= Hits 5337 5337 Misses 819 819 Partials 156 156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.