Skip to content

Commit

Permalink
patching expected results refs #21, #16147
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 10, 2025
1 parent 3c4aef2 commit 5eb92ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/complex/traci/vehicle/setLcContRight/output.complex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Retrying in 1 seconds
1.0 1fi_0
23.0 1si_0
23.0 1si_2
2 changes: 1 addition & 1 deletion tests/complex/traci/vehicle/setLcContRight/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
] + sys.argv[1:])

vehID = "v0"
traci.vehicle.setParameter(vehID, "laneChangeModel.lcContRight", "0")
traci.vehicle.setParameter(vehID, "laneChangeModel.lcContRight", "0.0")
laneID = ""
while traci.simulation.getMinExpectedNumber() > 0:
if traci.vehicle.getLaneID(vehID) != laneID:
Expand Down

0 comments on commit 5eb92ab

Please sign in to comment.