Skip to content

Commit ccdab2f

Browse files
author
Emi Nomura
committed
The 'array_to_string' function no longer works but also doesn't seem to be necessary.
1 parent 83e0a05 commit ccdab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainx/modularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ def plot_partition(g,part,title,fname='figure',nod_labels = None, pos = None,
830830
else:
831831
nod_labels = dict(zip(range(nnod),nod_labels))
832832

833-
nod_labels = array_to_string(nod_labels)
833+
#nod_labels = array_to_string(nod_labels)
834834

835835

836836
if pos == None:

0 commit comments

Comments
 (0)