Fix for compatibility with OpenMDAO:3.39#103
Fix for compatibility with OpenMDAO:3.39#103Kenneth-T-Moore merged 2 commits intoOpenMDAO:masterfrom
Conversation
|
@drhode-icct @arushkumarsingh |
|
Yes @Kenneth-T-Moore @arushkumarsingh , this fixes the errors I had with the viewer file, also required some modifications to my own model to work properly (since I was referring to add_cycle_param variables as PNT_name.variable_name. Now that this is not possible, maybe mentioning this in the release notes could be helpful for other users.) Thanks for the fix! |
|
Yeah, it works, Will need a change in this function, as sometimes units are also passed to get a value. Changes to: def get_val(prob, point, element, var_name, units=None) |
|
Hey, @arushkumarsingh |
Summary
Related Issues
Backwards incompatibilities
None
New Dependencies
None