Parameters
----------
from_phase: Phase or None
A phase instance from which the initialized phase should copy its data.
transcription: TranscriptionBase
The transcription to be utilized within the Phase.
ode_class
An OpenMDAO system class serving as the ODE for the phase.
ode_init_kwargs: dict
Keyword arguments used to initialize ode_class.
Summary of Issue
Docs show api methods, but not instantiation arguments
Issue Type
Description
This doc is missing the instantiation arguments. Users need to see that so they know how to set up kwargs for the ODE https://openmdao.github.io/dymos/api/phase_api.html
document these arguments: