pyCycle icon indicating copy to clipboard operation
pyCycle copied to clipboard

Variable Aliasing in Helper functions

Open jdgratz10 opened this issue 4 years ago • 0 comments

the function to add a parameter in pycycle: https://github.com/OpenMDAO/pyCycle/blob/2883a41900cd83d27739ab738c602131d6e16e58/pycycle/mp_cycle.py#L208 does not currently support aliasing of parameters. This should be added, so that a parameter can be added, but at the same time can be promoted to a new name

jdgratz10 avatar Feb 04 '22 17:02 jdgratz10