OpenMDAO / pyCycle

Thermodynamic cycle modeling library, built on top of OpenMDAO
Other
75 stars 51 forks source link

fix tests that used component as model #57

Closed swryan closed 1 year ago

swryan commented 1 year ago

OpenMDAO v 3.26 will be coming out soon and it removes the deprecated ability to use a Component as the model.

See: https://github.com/OpenMDAO/OpenMDAO/pull/2869

This PR fixes the tests that are broken by that change.