Skip to content

Commit

Permalink
formatting fix for pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikponnapalli committed Feb 8, 2021
1 parent 6bd2cf8 commit 72db63e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def compute_partials(self, inputs, jacobian):
jacobian['theta', 'b_ctrl'] = 1.0 / denom
jacobian['theta', 'time_phase'] = a / denom


class LaunchVehicleLinearTangentODE(om.Group):
"""
The LaunchVehicleLinearTangentODE for this case consists of a guidance component and
Expand Down

0 comments on commit 72db63e

Please sign in to comment.