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
I tried with binaries from both make and make parallel. In the full log, I can also see that some of the bush prediction are -1 (ostensibly the value of IS_MISSING and the cost is infinite...). Additionally, I created a different version of net.txt that had fully bi-directional edges (some of the links in the attached net.txt are only one-way) - but got the same error.
I also confirmed that my graph (both the one in net.txt and the crazier one with bi-directional links) is strongly connected (using igraph) so would appreciate any pointers (even if general).
I ran a simple test (
test_net.txt
andtest_trips.txt
), which worked and was great (and got the expected result)!But when I run my "real" problem (using
net.txt
andtrips.txt
), I get an exciting error:I tried with binaries from both
make
andmake parallel
. In the full log, I can also see that some of the bush prediction are -1 (ostensibly the value ofIS_MISSING
and the cost is infinite...). Additionally, I created a different version ofnet.txt
that had fully bi-directional edges (some of the links in the attachednet.txt
are only one-way) - but got the same error.I also confirmed that my graph (both the one in
net.txt
and the crazier one with bi-directional links) is strongly connected (usingigraph
) so would appreciate any pointers (even if general).Thanks in advance.
net.txt.gz
test_net.txt
test_trip.txt
trips.txt
full_log.txt.gz
The text was updated successfully, but these errors were encountered: