You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max(m.itervalues()) will raise ValueError when calling LPA.get_max_neighbor_label()
with a parameter isolated vertex, which has no neighbors.
It is reasonable to return label of the vertex itself if it's an isolated vertex.
fixzzz24512653#9
It will throw ValueError when calling
LPA.get_max_neighbor_label()
with isolated vertexThe text was updated successfully, but these errors were encountered: