Skip to content
Snippets Groups Projects
Commit 695c869e authored by User expired's avatar User expired
Browse files

trying to fix broken test (between minex and mrnex algorithm; not for

mdijkstra right now)
parent 1ffa5400
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ public abstract class Isochrone {
dConnections = prepareDiscreteLinks(node, links);
updateNodeQueue(expandDiscreteLinks(dConnections));
output.addLinks(links.parallelStream().filter(PREDICATE_LINK_CONT));
output.addLinks(links.stream().filter(PREDICATE_LINK_CONT));
if (qIsExpiring && node.isExpired()) {
removeNode(nodeId);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment