Skip to content

Conversation

@frievoe97
Copy link
Contributor

@frievoe97 frievoe97 commented Dec 14, 2025

Restructure the config files

old config

modules:
  protofiles:
    type: ProtoFiles
    network: ./test_output/simulation/execute_3_links_single_part/3-links-network.binpb
    population: ./test_output/simulation/execute_3_links_single_part/1-agent-full-leg.binpb
    vehicles: ./test_output/simulation/execute_3_links_single_part/vehicles.binpb
    ids: ./test_output/simulation/execute_3_links_single_part/ids.binpb

new config

modules:
  network:
    type: Network
    path: ./test_output/simulation/execute_3_links_single_part/3-links-network.binpb
  population:
    type: Population
    path: ./test_output/simulation/execute_3_links_single_part/1-agent-full-leg.binpb
  vehicles:
    type: Vehicles
    path: ./test_output/simulation/execute_3_links_single_part/vehicles.binpb
  ids:
    type: Ids
    path: ./test_output/simulation/execute_3_links_single_part/ids.binpb

…dules for network, population, vehicles, and ids
@frievoe97 frievoe97 closed this Dec 14, 2025
@frievoe97 frievoe97 reopened this Dec 14, 2025
@frievoe97 frievoe97 force-pushed the 205-rename-protofiles branch from cd75178 to 0b3bc2d Compare December 16, 2025 12:51
@frievoe97 frievoe97 changed the title refactor configuration structure: replace protofiles with specific mo… Refactor configuration structure Dec 16, 2025
@frievoe97 frievoe97 marked this pull request as ready for review December 16, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants