You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALT routing might fail throwing the following error when run-time assertions are enabled by the -ea flag . The problem seems to originate from an attempt of checking whether a virtual node is a core node.
Caused by: java.lang.AssertionError: node 11067 is invalid. Not in [0,11066)
at com.graphhopper.storage.CHGraphImpl.checkNodeId(CHGraphImpl.java:120) ~[graphhopper-core-v0.13.15.jar:?]
at com.graphhopper.storage.CHGraphImpl.getLevel(CHGraphImpl.java:115) ~[graphhopper-core-v0.13.15.jar:?]
at org.heigit.ors.routing.graphhopper.extensions.core.AbstractCoreRoutingAlgorithm.isCoreNode(AbstractCoreRoutingAlgorithm.java:203) ~[classes/:?]
at org.heigit.ors.routing.graphhopper.extensions.core.CoreALT.fillEdgesFrom(CoreALT.java:131) ~[classes/:?]
...
The text was updated successfully, but these errors were encountered:
CALT routing might fail throwing the following error when run-time assertions are enabled by the
-ea
flag . The problem seems to originate from an attempt of checking whether a virtual node is a core node.The text was updated successfully, but these errors were encountered: