Skip to content

Commit

Permalink
patching expected results refs #14422, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 27, 2024
1 parent 2df564b commit 2b8a2fb
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 166 deletions.
17 changes: 9 additions & 8 deletions tests/tools/import/MATSim/alternative_format/routes.tools
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-07-07 11:08:08.226648 by matsim_importPlans.py v1_13_0+1343-240e5d48340
options: <doubleminus>plan-file matsim_plans.xml -o out.rou.xml-->
<!-- generated on 2024-02-27 17:41:10.704778 by matsim_importPlans.py v1_19_0+1057-c5d8ddd
options: <doubleminus>plan-file matsim_plans.xml -o out.rou.xml
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="car" vClass="passenger"/>
<vType id="bicycle" vClass="bicycle"/>

<trip id="10040_1_0" depart="triggered" from="576273431" to="52799758" type="car"/>
<person id="10040_1" depart="0:0:0">
<stop lane="576273431_0" until="02:47:20" actType="h"/>
<stop edge="576273431" until="02:47:20" actType="h"/>
<ride lines="10040_1_0" to="52799758"/>
<stop lane="52799758_0" until="24:0:0" actType="h"/>
<stop edge="52799758" until="24:0:0" actType="h"/>
</person>
<trip id="10280_1_0" depart="triggered" from="576273431" to="52799758" type="car"/>
<person id="10280_1" depart="0:0:0">
<stop lane="576273431_0" until="02:51:20" actType="h"/>
<stop edge="576273431" until="02:51:20" actType="h"/>
<ride lines="10280_1_0" to="52799758"/>
<stop lane="52799758_0" until="24:0:0" actType="h"/>
<stop edge="52799758" until="24:0:0" actType="h"/>
</person>
<trip id="10280_2_0" depart="triggered" from="576273431" to="52799758" type="car"/>
<person id="10280_2" depart="0:0:0">
<stop lane="576273431_0" until="02:51:20" actType="h"/>
<stop edge="576273431" until="02:51:20" actType="h"/>
<ride lines="10280_2_0" to="52799758"/>
<stop lane="52799758_0" until="24:0:0" actType="h"/>
<stop edge="52799758" until="24:0:0" actType="h"/>
</person>
</routes>

0 comments on commit 2b8a2fb

Please sign in to comment.