Skip to content

Commit

Permalink
added test refs #21, #15855
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 5, 2024
1 parent 40483c9 commit 7b3155f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Error: Broken landmark file, unexpected number of entries (1) for edge '52.428360,'.
Quitting (on error).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="DEFAULT_VEHTYPE" sigma="0"/>
<trip id="0" depart="0" from="7216737#0" to="5784947#1"/>
</routes>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
52.428360, 13.519901
52.432144, 13.535309
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--net-file=input_net3.net.xml --route-files=input_trips.trips.xml -o routes.rou.xml --astar.landmark-distances lookuptable --astar.save-landmark-distances landmarks.csv -v
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Loading net ... done.
Skipped until: 0.00
3 changes: 3 additions & 0 deletions tests/duarouter/function/routing/testsuite.duarouter
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ chrouter
# landmark routing
astar_landmark
astar_landmark_save

# input landmarks are given as geo-coordinates
astar_landmark_save_geo
astar_landmark_save_parallel

# landmark routing with taz
Expand Down

0 comments on commit 7b3155f

Please sign in to comment.