Skip to content

Commit

Permalink
fix error in fuel flow
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jun 17, 2024
1 parent 918763a commit 412fb6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traffic/algorithms/openap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from ..core import Flight


@impunity
def compute_path_angle(
vertical_rate: Annotated[npt.NDArray[np.float64], "m/s"],
speed: Annotated[npt.NDArray[np.float64], "m/s"],
Expand Down

0 comments on commit 412fb6c

Please sign in to comment.