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

Merge branch 'model' into optimisation

This commit is contained in:
Thibaud Gasser 2018-11-15 12:31:57 +01:00
commit 09841d4cfb
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import traci
import config import config
from SUMOFactory import SUMOFactory from SUMOFactory import SUMOFactory
from area import Area from model import Area
def init_grid(simulation_bounds, cells_number): def init_grid(simulation_bounds, cells_number):