Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Dec 11, 2024
1 parent 05e455c commit dddce58
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ def two_burn_orbit_raise_problem(transcription='gauss-lobatto', optimizer='SLSQP
burn2.set_control_val('u1', [0, 0])

p.final_setup()
if burn2 in p.model.traj.phases._subsystems_myproc:
print(burn2.get_val('t_initial'))
print(burn2.get_val('t_duration'))

if run_driver or simulate:
dm.run_problem(p, run_driver=run_driver, simulate=simulate, restart=restart, make_plots=True,
Expand Down

0 comments on commit dddce58

Please sign in to comment.