1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2025-07-01 13:45:45 +00:00

Merge branch 'model' into optimisation

This commit is contained in:
2018-11-15 12:31:57 +01:00
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):