Skip to content

Commit

Permalink
patching expected results refs eclipse-sumo#21, eclipse-sumo#9577
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 25, 2021
1 parent b38a673 commit 65ec1cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2021-11-25 12:30:28 by Eclipse SUMO sumo Version v1_11_0+0081-aeb004d
<!-- generated on 2021-11-25 13:28:18 by Eclipse SUMO sumo Version v1_11_0+0082-e24e7c3
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 @@ -48,5 +48,5 @@ SPDX-License-Identifier: EPL-2.0
-->

<stops xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/stopinfo_file.xsd">
<stopinfo id="ego.0" type="car" lane="B0B1_0" pos="55.00" parking="1" started="28.00" ended="-1" delay="-1.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" parkingArea="parkB0B1"/>
<stopinfo id="ego.0" type="car" lane="A1A2_0" pos="55.00" parking="1" started="12.00" ended="-1" delay="-1.00" initialPersons="0" loadedPersons="0" unloadedPersons="0" initialContainers="0" loadedContainers="0" unloadedContainers="0" parkingArea="parkA1A2"/>
</stops>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2021-11-25 12:30:28 by Eclipse SUMO sumo Version v1_11_0+0081-aeb004d
<!-- generated on 2021-11-25 13:28:18 by Eclipse SUMO sumo Version v1_11_0+0082-e24e7c3
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 @@ -48,10 +48,10 @@ SPDX-License-Identifier: EPL-2.0
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="ego.0" type="car" depart="2.00" departPos="35.00" departSpeed="16.67" speedFactor="1.20" routeLength="307.97">
<vehicle id="ego.0" type="car" depart="2.00" departPos="35.00" departSpeed="16.67" speedFactor="1.20" routeLength="121.50">
<routeDistribution>
<route cost="21.14" savings="0.00" replacedOnEdge="A0A1" reason="parkA0A1:parkingAreaReroute" replacedAtTime="2.00" probability="0" edges="A0A1 A1A2 A2A3" routeLength="258.60"/>
<route cost="55.90" savings="-34.76" edges="A0A1 A1B1 B1B0 B0B1 B1B2 B2A2 A2A3" exitTimes="6.00 13.00 21.00 -1 -1 -1 -1"/>
<route cost="21.14" savings="0.00" replacedOnEdge="A1A2" reason="parkA1A2:parkingAreaReroute" replacedAtTime="6.00" probability="0" edges="A0A1 A1A2 A2A3" routeLength="258.60"/>
<route cost="13.83" savings="0.00" edges="A0A1 A1A2 A2A3" exitTimes="6.00 -1 -1"/>
</routeDistribution>
</vehicle>

Expand Down

0 comments on commit 65ec1cf

Please sign in to comment.