Hi,
Thanks a lot for creating such a handy package!
I got a VertexConnectivity object 'con_clust' which shows that '<VertexConnectivity | n_sources=3331, n_conns=329, subject=fsaverage>', when I tried to parcel it using 'con_parc = con_clust.parcellate(labels, summary='degree', weight_by_degree=False)', the info of con_parc shows that: <LabelConnectivity | n_sources=68, n_conns=0, subject=fsaverage>.
I'm wondering why the n_conns in LabelConnectivity becomes 0 while in VertexConnectivity is not?