fast-aircraft-design / FAST-OAD

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

Incompatibility with OpenMDAO 3.10 #367

Closed christophe-david closed 3 years ago

christophe-david commented 3 years ago

OpenMDAO 3.10 changed the way values are stored by using "val" keyword instead of "value". It was stated here but happens sooner than expected.

Consequently, FAST-OAD 1.0.4 does not work with OpenMDAO 3.10.

christophe-david commented 3 years ago

Solved by #375