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

Include outputs when writing input file #552

Open christophe-david opened 1 month ago

christophe-david commented 1 month ago

This PR adds an optional feature, in API and CLI, to include output variables when writing the input file.

It is done "roughly": all output variables are written, without considering if a variable is part of a cycle or not.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.36%. Comparing base (c0143b7) to head (4dbb289).

Files Patch % Lines
src/fastoad/cmd/api.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #552 +/- ## ========================================== + Coverage 85.32% 85.36% +0.03% ========================================== Files 138 138 Lines 6414 6422 +8 Branches 940 943 +3 ========================================== + Hits 5473 5482 +9 + Misses 785 784 -1 Partials 156 156 ```

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