We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365ba8f commit 1a670dbCopy full SHA for 1a670db
tests/complex/traci/ContextSubscriptionFilters/turn/persons/runner.py
@@ -41,9 +41,9 @@
41
def runSingle(traciEndTime, downstreamDist, foeDistToJunction):
42
step = 0
43
traci.start(sumoCall + ["-n", "input_net.net.xml", "-r",
44
- "input_routes.rou.xml", "--no-step-log", "true",
45
- "--default.departspeed", "0",
46
- "--default.departlane", "first"])
+ "input_routes.rou.xml", "--no-step-log", "true",
+ "--default.departspeed", "0",
+ "--default.departlane", "first"])
47
subscribed = False
48
while not step > traciEndTime:
49
responses = traci.simulationStep()
0 commit comments