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

Issue 472 variable viewer with values of type string #479

Closed ScottDelbecq closed 1 year ago

ScottDelbecq commented 1 year ago

This PR closes #472 by adding the possibility to have variables with value of type string. This is particularly useful when using discrete variables to store information for displaying of computation logics.

codecov[bot] commented 1 year ago

Codecov Report

Merging #479 (424964e) into master (7fb9de6) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #479   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files         119      119           
  Lines        5253     5253           
  Branches      811      811           
=======================================
  Hits         4367     4367           
  Misses        739      739           
  Partials      147      147           
Impacted Files Coverage Δ
src/fastoad/openmdao/variables/variable.py 92.48% <ø> (ø)
src/fastoad/openmdao/variables/variable_list.py 95.28% <100.00%> (ø)

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