Skip to content

Commit

Permalink
doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 8, 2023
1 parent 52b36a7 commit 50ed0ba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@
"phase = dm.Phase(ode_class=LaunchVehicleLinearTangentODE,\n",
" transcription=dm.GaussLobatto(num_segments=10, order=5, compressed=True))\n",
"\n",
"phase.timeseries_options['include_t_phase'] = True\n",
"\n",
"traj.add_phase('phase0', phase)\n",
"\n",
"phase.set_time_options(fix_initial=True, duration_bounds=(10, 1000),\n",
Expand Down Expand Up @@ -482,7 +484,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 50ed0ba

Please sign in to comment.