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.
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.