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

Better NaN detection #532

Open christophe-david opened 3 weeks ago

christophe-david commented 3 weeks ago

FAST-OAD behavior was to raise immediately an error if the input file contains a Nan value (for an actually used input variable).

This PR modifies the behavior so an error is raised also when an input variable with a NaN default value is not present in input file.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 85.25%. Comparing base (709d0c6) to head (1658255).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #532 +/- ## ========================================== + Coverage 85.23% 85.25% +0.02% ========================================== Files 138 138 Lines 6381 6390 +9 Branches 933 936 +3 ========================================== + Hits 5439 5448 +9 Misses 785 785 Partials 157 157 ```

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