mdolab / OpenAeroStruct

OpenAeroStruct is a lightweight tool that performs aerostructural optimization using OpenMDAO.
Apache License 2.0
193 stars 118 forks source link

Errors with OpenMDAO 3.7.0 #354

Closed shamsheersc19 closed 3 years ago

shamsheersc19 commented 3 years ago

Description

Errors with OpenMDAO 3.7.0: \openmdao\core\component.py", line 1347, in _declare_partials raise ValueError('{}: No matches were found for wrt="{}"'.format(self.msginfo, ValueError: 'AS_point_0.wing_perf.aero_funcs.liftdrag' : No matches were found for wrt="L"

I don't think it's worth updating OAS every time OM changes, which is quite frequent. I think we should just be specific about which version people should use (i.e., OM 3.2 to 3.6)

Steps to reproduce issue

Use OpenMDAO 3.7.0 with any example script in the examples dir.

shamsheersc19 commented 3 years ago