Skip to content

Commit

Permalink
patching expected results refs #21, #15661
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 1, 2024
1 parent d3c04ef commit 68ae3b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Loading net-file from 'net.net.xml' ... done (0ms).
Loading done.
Simulation version v1_21_0+0559-697af5f4669 started with time: 0.00.
Simulation version v1_21_0+0561-a03cf293728 started with time: 0.00.
Simulation ended at time: 47.00.
Reason: All vehicles have left the simulation.
Statistics (avg of 2):
RouteLength: 995.00
Speed: 23.25
Duration: 43.00
WaitingTime: 0.00
TimeLoss: 0.09
DepartDelay: 1.00
TimeLoss: 0.00
DepartDelay: 0.00
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-11-01 22:42:22 by Eclipse SUMO sumo Version v1_21_0+0559-697af5f4669
<!-- generated on 2024-11-01 22:47:09 by Eclipse SUMO sumo Version v1_21_0+0561-a03cf293728
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand Down Expand Up @@ -38,6 +38,6 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
-->

<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
<tripinfo id="v1" depart="2.00" departLane="beg_0" departPos="5.10" departSpeed="22.00" departDelay="2.00" arrival="42.00" arrivalLane="end_1" arrivalPos="500.00" arrivalSpeed="25.02" duration="40.00" routeLength="995.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.17" rerouteNo="0" devices="tripinfo_v1" vType="t1" speedFactor="0.90" vaporized=""/>
<tripinfo id="v1" depart="0.00" departLane="beg_1" departPos="5.10" departSpeed="25.02" departDelay="0.00" arrival="40.00" arrivalLane="end_0" arrivalPos="500.00" arrivalSpeed="25.02" duration="40.00" routeLength="995.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_v1" vType="t1" speedFactor="0.90" vaporized=""/>
<tripinfo id="v0" depart="0.00" departLane="beg_0" departPos="5.10" departSpeed="22.00" departDelay="0.00" arrival="46.00" arrivalLane="end_0" arrivalPos="500.00" arrivalSpeed="22.00" duration="46.00" routeLength="995.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_v0" vType="t0" speedFactor="1.10" vaporized=""/>
</tripinfos>

0 comments on commit 68ae3b8

Please sign in to comment.