Skip to content

Commit

Permalink
fixing style refs #12
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 9, 2024
1 parent fd285aa commit afb6ee4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def ppStages(comment, stages):
traci.vehicle.add("taxi_0", "", "taxi")

pID = "p0"
traci.person.add(pID, "A0B0", 900)
traci.person.add(pID, "A0B0", 900)
stage = traci.simulation.Stage(
type=traci.constants.STAGE_TRIP,
vType="DEFAULT_BIKETYPE DEFAULT_VEHTYPE",
Expand All @@ -61,7 +61,7 @@ def ppStages(comment, stages):
traci.person.appendStage(pID, stage)

pID = "p1"
traci.person.add(pID, "A0B0", 900)
traci.person.add(pID, "A0B0", 900)
stage = traci.simulation.Stage(
type=traci.constants.STAGE_TRIP,
line="taxi", edges=[], destStop="stopB_N",
Expand Down

0 comments on commit afb6ee4

Please sign in to comment.