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

Openmdao fix #464

Closed christophe-david closed 1 year ago

christophe-david commented 1 year ago

This PR gets back compatibility with current OpenMDAO dev version after PR https://github.com/OpenMDAO/OpenMDAO/pull/2655/

Independent vars are now identified by having either the old tag "indep_var" or the new one "openmdao:indep_var".

Watchman tests will still fail because of the missing "grid" format in OptionsDictionary.to_table(), but that is a work in progress in OpenMDAO team.

codecov[bot] commented 1 year ago

Codecov Report

Merging #464 (c492acd) into master (1f31a0d) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c492acd differs from pull request most recent head afbbd1e. Consider uploading reports for the commit afbbd1e to get more accurate results

@@           Coverage Diff           @@
##           master     #464   +/-   ##
=======================================
  Coverage   82.62%   82.62%           
=======================================
  Files         118      118           
  Lines        5169     5169           
  Branches      796      796           
=======================================
  Hits         4271     4271           
  Misses        758      758           
  Partials      140      140           
Impacted Files Coverage Δ
src/fastoad/openmdao/problem.py 83.66% <ø> (ø)
src/fastoad/openmdao/variables/variable_list.py 95.28% <ø> (ø)

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