Open
Description
I just wanted to report that NetworkTools.findClosestLinksSorted
produces an infinite loop here:
Unfortunately I can not look for a solution any deeper than finding this copy/paste bug (should be l.getToNode()
instead of l.getFromNode()
.. but even when fixing this the problem does not go away.
Activity