1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-24 20:46:29 +00:00

Fix sumo config name

This commit is contained in:
Thibaud Gasser 2018-11-14 15:02:52 +01:00
parent 429ab253f0
commit 0d4961bd09

View File

@ -12,7 +12,7 @@ else:
sys.exit("please declare environment variable 'SUMO_HOME'") sys.exit("please declare environment variable 'SUMO_HOME'")
_SUMOCMD = 'sumo-gui' _SUMOCMD = 'sumo-gui'
_SUMOCFG = "mulhouse_simulation/map.sumocfg" _SUMOCFG = "mulhouse_simulation/osm.sumocfg"
CELLS_NUMBER = 10 CELLS_NUMBER = 10
CO2_THRESHOLD = 500000 CO2_THRESHOLD = 500000