Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngomezve committed Jun 10, 2024
1 parent 7c74f8c commit 01ff3ee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/example_widebody.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
[Mission]
N_missions = 1 # Number of missions to be modeled (first mission is the design mission)
pax = 370 # Number of passengers in each mission
max_pax = 450 # Maximum number of passengers for aircarft
# defines the maximum payload carrying capacity of the aircraft

range = "7800.0 nmi" # Design Range

Expand Down
1 change: 1 addition & 0 deletions test/default_sized.jl
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ parg[306] = 0.76200000000000001066 #
parg[307] = 0.48259999999999997344 #
parg[308] = 0.25400000000000000355 #
parg[309] = 0.00000000000000000000 #
parg[310] = 189.000000000000000000 #
# --------------------------------
# Mission - stored in parm array:
# --------------------------------
Expand Down
1 change: 1 addition & 0 deletions test/regional_sized.jl
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ parg[306] = 0.76200000000000001066 #
parg[307] = 0.48259999999999997344 #
parg[308] = 0.25400000000000000355 #
parg[309] = 0.00000000000000000000 #
parg[310] = 122.000000000000000000 #
# --------------------------------
# Mission - stored in parm array:
# --------------------------------
Expand Down
1 change: 1 addition & 0 deletions test/wide_sized.jl
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ parg[306] = 0.76200000000000001066 #
parg[307] = 0.48259999999999997344 #
parg[308] = 0.25400000000000000355 #
parg[309] = 0.00000000000000000000 #
parg[310] = 450.000000000000000000 #
# --------------------------------
# Mission - stored in parm array:
# --------------------------------
Expand Down

0 comments on commit 01ff3ee

Please sign in to comment.