mirror of
https://github.com/Ahp06/SUMO_Emissions.git
synced 2024-11-21 19:16:30 +00:00
Added imgs for doc
This commit is contained in:
parent
6571b09d83
commit
882d1bf515
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
BIN
sumo_project/files/imgs/runner_new_dump.PNG
Normal file
BIN
sumo_project/files/imgs/runner_new_dump.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
sumo_project/files/imgs/runner_run_ex.PNG
Normal file
BIN
sumo_project/files/imgs/runner_run_ex.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -201,9 +201,9 @@ def add_options(parser):
|
||||
help='Choose the simulation directory')
|
||||
|
||||
parser.add_argument("-run", "--run", type=str,
|
||||
help='Run a simulation with the dump chosen')
|
||||
parser.add_argument("-c", "--c", nargs='+', type=str,
|
||||
help='Choose your configuration file from your working directory')
|
||||
help='Run a simulation process with the dump chosen')
|
||||
parser.add_argument("-c", "--c", metavar =('config1','config2'), nargs='+', type=str,
|
||||
help='Choose your(s) configuration file(s) from your working directory')
|
||||
parser.add_argument("-save", "--save", action="store_true",
|
||||
help='Save the logs into the logs folder')
|
||||
parser.add_argument("-csv", "--csv", action="store_true",
|
||||
|
Loading…
Reference in New Issue
Block a user