tvelden / communities

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

error when running networkbuild.py #13

Closed SkotBotCambo closed 12 years ago

SkotBotCambo commented 12 years ago

Hey Ishtiaque, THanks for fixing the time slice comments thing for me. I am now getting the following error when I run networkbuild.py

Traceback (most recent call last): File "networkbuild.py", line 490, in makeCoauthorshipNetworkFilesForPajek() File "networkbuild.py", line 485, in makeCoauthorshipNetworkFilesForPajek Partition.printNetworkForPajek(FIELD, RUN, TYPE, SIZE, OUTPUT_NETWORK_DIRECTORY_FOR_PAJEK) File "networkbuild.py", line 231, in printNetworkForPajek outFile.write('%' + str(y1) + '\n') NameError: global name 'y1' is not defined

any ideas? -SC

sa738 commented 12 years ago

fixed