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
There are several reporting this issue. I think the problem is in visualize_thread. The line p=sample_an_edge(gsl_rng_uniform(gsl_r), gsl_rng_uniform(gsl_r)) is returning p >= n_edges.
Could you please run using gdb to confirm? gdb --args ./largevis -input inputfile.txt ... the you run the algorithm typing run + Enter
This should show you there is a problem in the line x=edge_from[p]
Running the network example I get the following error:
Running it several times it manages to progress from around
1%
to around4%
but never beyond. Any insights?The text was updated successfully, but these errors were encountered: