Skip to content

Commit

Permalink
minjung priority light control
Browse files Browse the repository at this point in the history
Signed-off-by: Max <mcschrader@crimson.ua.edu>
  • Loading branch information
mschrader15 committed May 1, 2024
1 parent c46877a commit 5e79804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cpp/sumo_pipelines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ void traci_vehicle_state_runner(const std::vector<std::string>& simulation_start
}




// void traci_vehicle_state_runner(const std::vector<std::string>& simulation_start, int warmup_time, std::string& file_name, bool include_leader, bool include_collision,) {

// Simulation::start(simulation_start);
Expand Down
2 changes: 1 addition & 1 deletion sumo_pipelines/utils/config_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5e79804

Please sign in to comment.