Skip to content

Commit

Permalink
Add TODO for more robust trimming routine
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed May 25, 2024
1 parent 43ec6e1 commit f2655f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/aircraft/test_trim.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

@pytest.mark.parametrize("aircraft_type", aircraft_types)
def test_trim(aircraft_type):
# TODO: Look at way to make trim routine more robust
path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data/")
aircraft = Aircraft(data_path = path)
altitude = 1000.0 # trim altitude to maintain
Expand Down

0 comments on commit f2655f1

Please sign in to comment.