tvelden / communities

Network analysis of scientific community structures
3 stars 3 forks source link

pajek file format #5

Closed SkotBotCambo closed 12 years ago

SkotBotCambo commented 12 years ago

There are still a couple problems with the pajek file format used by networkbuild.py

  1. The quotes are back to quoting the whole line instead of just the vertex label
  2. After fixing the quote problem locally, I am getting the "Dimension does not match" error in Pajek again. I believe that last time we had this error, it had something to do with vertex indexes not being probably removed from each slice? or something like that?
sa738 commented 12 years ago

I think this output is alright now

tvelden commented 12 years ago

Yes, I tested the latest version of networkbuild.py on maindev and the output is read by pajek without problems. Closing the issue now.