You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dymos recently added a decorator in OpenMDAO/dymos#570, which may be something we want to implement in pyOptSparse natively also. This could be useful for:
skipTest in pyOptSparse tests
test scripts in other repos (e.g. MACH-Aero, pygeo)
Not quite, but it's close. Right now we can check the availability of top-level packages with the decorator in baseclasses, but not submodules, e.g. pySNOPT. The intent here is to check specifically for the optimizers, which in most cases involves checking the compiled library, e.g. snopt.so.
Description
Dymos recently added a decorator in OpenMDAO/dymos#570, which may be something we want to implement in pyOptSparse natively also. This could be useful for:
May be related to #187.
The text was updated successfully, but these errors were encountered: