Merge branch 'model' into optimisation

This commit is contained in:
2018-11-16 16:40:18 +01:00
2 changed files with 1 additions and 1 deletions
+1 -1
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):