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()