snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 797 forks source link

agmfit issues #160

Open dheniford opened 5 years ago

dheniford commented 5 years ago

Whenever I try to run agmfit, my code aborts after the following line:

IAssert(NBCmty.Len() == G->GetNI(NIdV[u]).GetDeg() + 1);

agmfit works on the examples, but never when I use new datasets. Does anyone have any idea why? Thanks!

Ji-hongKim commented 5 years ago

Hello, I have same problem. Did you find solution? Thank you.

arogers1 commented 5 years ago

Your node indices need to start at 1, not 0.

Ji-hongKim commented 4 years ago

Your node indices need to start at 1, not 0.

Hello, arogers,

My data's node indices is start at 1. I don't know exactly that difference with football data. I'm so nervous.... I can't solve this problem, during 3 months