-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for multiple issues with computing analytic and approx derivatives for components with a mix of serial and distributed variables. #2177
Conversation
@@ -105,6 +105,8 @@ | |||
OMInvalidCheckDerivativesOptionsWarning | |||
|
|||
|
|||
from openmdao.utils.general_utils import wing_dbg | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we keeping this permanently in API? I guess it's ok, and it is easier to just set the env var now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I just put this in the api file so you and I could activate wing debugging with a single line, and I don't know about you but I often want to switch back and forth between wing debugging and just dumping stuff to stdout with prints, so it's easier to just precede my run command with WING_DBG=1 or not to control whether wing takes over or not. It's not a big deal though and I can take it out of the api file if people don't think it should be in there.
Related Issues
Backwards incompatibilities
New Dependencies
None