Every fortran algorithm in the Analysis/Unweighted & Directed menu all expect a directed graph, but always output that the program should be applied on undirected networks (some actually say directed networks, even if i'm feeding it a directed network). However, if I make it an undirected network (by changing the section from DirectedEdges? to UndirectedEdges?) it still fails. Basically these algorithms are completely broken. Attaching the nwb network file I used. It is a large file, but still passes the validator tests. I have gotten smaller directed networks to work, so i'm not sure what is going on.