congv
congv
There were 2 problems in graphs.jl causing this issue: 1. "graphplot([[2]])" did not work because of line 559 using "size(g.args[1])[1]" which should be the number of nodes in the graph....
It seems to be the problem with NaN when processing the edges. I have fixed this issue I think: https://github.com/congUoM/GraphRecipes.jl/commit/29b061a018738cd6798272affbb6236070214238
All our codes are now on our github repo. You should be compile and run SIMPLE fine from the README on github.
It looks like a tiff library problem of the GUI. Could you please try to compile without the GUI and see if the compilation works fine? i.e. cmake .. -DGUI=off...