Skip to content

Commit ed994b0

Browse files
committed
Fix of the failed testcase: Just by co-instance it happened that two different routes with the same length, but different amount of locations were found. Now I moced the starting point a bit and now the algorithms "astarbi" and "dijkstrabi" give the same result.
1 parent 2da7423 commit ed994b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/com/graphhopper/routing/RoutingAlgorithmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public void testMonacoFoot()
152152
public void testMonacoBike()
153153
{
154154
List<OneRun> list = new ArrayList<OneRun>();
155-
list.add(new OneRun(43.730729, 7.421288, 43.727687, 7.418737, 1671, 84));
155+
list.add(new OneRun(43.730864,7.420771, 43.727687, 7.418737, 1641, 76));
156156
list.add(new OneRun(43.727687, 7.418737, 43.74958, 7.436566, 3580, 133));
157157
list.add(new OneRun(43.728677, 7.41016, 43.739213, 7.427806, 2323, 100));
158158
list.add(new OneRun(43.733802, 7.413433, 43.739662, 7.424355, 1434, 80));

0 commit comments

Comments
 (0)