Skip to content

Commit

Permalink
fixing argument type. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Sep 27, 2024
1 parent 986c3ce commit 8834429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/complex/traci/person/setSpeedFactor/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
] + sys.argv[1:])
pID = "p1"
traci.person.add(pID, "SC", 0, traci.constants.DEPARTFLAG_NOW)
traci.person.appendWalkingStage(pID, ["SC"], arrivalPos="-20")
traci.person.appendWalkingStage(pID, ["SC"], arrivalPos=-20)

while traci.simulation.getMinExpectedNumber() > 0:

Expand Down

0 comments on commit 8834429

Please sign in to comment.