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
When using a restart file, the initial guess of the state history is loaded from the given case. If any of the states are set to fix_final=True, the desired final state will be overridden during the restart file load.
For now, we should raise an error the user uses restart with fix_final=True on any state or control in the phase.
The error should instruct the user to use add_boundary_constraint on the state or control instead of a fix_final=True.
Example
TBD
Environment
dymos 1.5.1-dev
The text was updated successfully, but these errors were encountered:
Issue Type
Description
When using a restart file, the initial guess of the state history is loaded from the given case. If any of the states are set to
fix_final=True
, the desired final state will be overridden during the restart file load.For now, we should raise an error the user uses restart with
fix_final=True
on any state or control in the phase.The error should instruct the user to use
add_boundary_constraint
on the state or control instead of afix_final=True
.Example
TBD
Environment
dymos 1.5.1-dev
The text was updated successfully, but these errors were encountered: