Skip to content

Commit

Permalink
fixed docstrings formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikponnapalli committed Sep 17, 2024
1 parent 5927b65 commit f6a3b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dymos/phase/phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ def get_simulation_phase(self, times_per_seg=_unspecified, method=_unspecified,
reports : bool or None or str or Sequence
The reports setting for the subproblem run under each simulation segment.
interpolant : str
The interpolation method to be used for the controls in the simulation phase
The interpolation method to be used for the controls in the simulation phase.
Returns
-------
Expand Down Expand Up @@ -2721,7 +2721,7 @@ def simulate(self, times_per_seg=None, method=_unspecified, atol=_unspecified, r
reports : bool or None or str or Sequence
Reports setting for the subproblems run under simualate.
interpolant : str
The interpolation method to be used for the controls in the simulation phase
The interpolation method to be used for the controls in the simulation phase.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion dymos/trajectory/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ def simulate(self, times_per_seg=_unspecified, method=_unspecified, atol=_unspec
reports : bool or None or str or Sequence
Reports setting for the subproblems run under simualate.
interpolant : str
The interpolation method to be used for the controls in the simulation phase
The interpolation method to be used for the controls in the simulation phase.
Returns
-------
Expand Down

0 comments on commit f6a3b7f

Please sign in to comment.