Skip to content

Commit

Permalink
Update rocketpy/simulation/flight.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
MateusStano and Gui-FernandesBR authored Nov 21, 2023
1 parent 89a7231 commit 22bf47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/simulation/flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ def w3(self):

@funcify_method("Time (s)", "Altitude (m)", "spline", "zero")
def altitude(self):
"""Rocket altitude as a Function of time."""
"""Rocket altitude above ground level (AGL) as a Function of time."""
return self.z - self.env.elevation

Check warning on line 2092 in rocketpy/simulation/flight.py

View check run for this annotation

Codecov / codecov/patch

rocketpy/simulation/flight.py#L2092

Added line #L2092 was not covered by tests

# Process second type of outputs - accelerations components
Expand Down

0 comments on commit 22bf47d

Please sign in to comment.