Skip to content

Commit aee8363

Browse files
committed
removed note about isolated vertices
In light of Emmanuel's comments on mailing list, this note is apparently not required.
1 parent f2c8034 commit aee8363

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

igraph/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,6 @@ def community_infomap(self, edge_weights=None, vertex_weights=None, trials=10):
10181018
@return: an appropriate L{VertexClustering} object with an extra attribute
10191019
called C{codelength} that stores the code length determined by the
10201020
algorithm.
1021-
1022-
Note graph must not contain isolated vertices.
10231021
10241022
@newfield ref: Reference
10251023
@ref: M. Rosvall and C. T. Bergstrom: Maps of information flow reveal

0 commit comments

Comments
 (0)