From 5eb92ab6bcd1ce2ccd48bfe1f54395a2797c5e42 Mon Sep 17 00:00:00 2001 From: Jakob Erdmann Date: Mon, 10 Feb 2025 23:24:32 +0100 Subject: [PATCH] patching expected results refs #21, #16147 --- tests/complex/traci/vehicle/setLcContRight/output.complex | 2 +- tests/complex/traci/vehicle/setLcContRight/runner.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/complex/traci/vehicle/setLcContRight/output.complex b/tests/complex/traci/vehicle/setLcContRight/output.complex index f9cd08578b1..c05072f8ea5 100644 --- a/tests/complex/traci/vehicle/setLcContRight/output.complex +++ b/tests/complex/traci/vehicle/setLcContRight/output.complex @@ -1,3 +1,3 @@ Retrying in 1 seconds 1.0 1fi_0 -23.0 1si_0 +23.0 1si_2 diff --git a/tests/complex/traci/vehicle/setLcContRight/runner.py b/tests/complex/traci/vehicle/setLcContRight/runner.py index a81fe79eef6..cca052e0212 100755 --- a/tests/complex/traci/vehicle/setLcContRight/runner.py +++ b/tests/complex/traci/vehicle/setLcContRight/runner.py @@ -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: