Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Musab Ahmed Eltayeb Ahmed committed Apr 19, 2024
1 parent 7a57082 commit 339186d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ omnetpp-5.6.2/
*.vec
*.csv
*.vci
*.pdf
.vscode
*.json
*.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Define variables
variable_values = ['250', '300', '350', '400', '450', '500']
x_data = [0.5, 0.6, 0.7, 0.8, 0.9, 1]
no_simulation_runs = 2
no_simulation_runs = 50
max_no_of_aircraft = 500

dir_path = './simresults/scenario_EquipageFraction'
Expand Down

0 comments on commit 339186d

Please sign in to comment.