From 5e7980481ef932d11b113253f158d05dc809d525 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 May 2024 10:18:55 -0500 Subject: [PATCH] minjung priority light control Signed-off-by: Max --- cpp/sumo_pipelines.cpp | 2 -- sumo_pipelines/utils/config_helpers.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/sumo_pipelines.cpp b/cpp/sumo_pipelines.cpp index 4ea3380..f977a3d 100644 --- a/cpp/sumo_pipelines.cpp +++ b/cpp/sumo_pipelines.cpp @@ -52,8 +52,6 @@ void traci_vehicle_state_runner(const std::vector& simulation_start } - - // void traci_vehicle_state_runner(const std::vector& simulation_start, int warmup_time, std::string& file_name, bool include_leader, bool include_collision,) { // Simulation::start(simulation_start); diff --git a/sumo_pipelines/utils/config_helpers.py b/sumo_pipelines/utils/config_helpers.py index f5f7aa3..84c4cd9 100644 --- a/sumo_pipelines/utils/config_helpers.py +++ b/sumo_pipelines/utils/config_helpers.py @@ -289,7 +289,7 @@ def open_config_structured( random.seed(c.Metadata.random_seed) # resolve what I can - walk_config(c, resolve_yaml_imports) + # walk_config(c, resolve_yaml_imports) # register the other resolvers create_custom_resolvers()