fast-aircraft-design / FAST-OAD

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

Added warning for nan values when generating inputs #468

Closed ScottDelbecq closed 1 year ago

ScottDelbecq commented 1 year ago

This PR closes #278 by adding a warning when NaN values are encountered in the source file of generate_inputs.

codecov[bot] commented 1 year ago

Codecov Report

Merging #468 (37b3aac) into master (bd4d1df) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
+ Coverage   82.89%   82.91%   +0.01%     
==========================================
  Files         118      118              
  Lines        5169     5175       +6     
  Branches      796      798       +2     
==========================================
+ Hits         4285     4291       +6     
  Misses        742      742              
  Partials      142      142              
Impacted Files Coverage Δ
src/fastoad/io/configuration/configuration.py 91.35% <100.00%> (+0.21%) :arrow_up:
src/fastoad/openmdao/problem.py 92.81% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.