Skip to content

Commit 816b0d9

Browse files
didConverge is not integer
1 parent f98836a commit 816b0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/algorithms/leiden.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ YIELD
151151
modularity: Float,
152152
modularities: List of Float,
153153
nodeCount: Integer,
154-
didConverge: Integer,
154+
didConverge: Boolean,
155155
nodePropertiesWritten: Integer,
156156
communityDistribution: Map,
157157
configuration: Map
@@ -207,7 +207,7 @@ YIELD
207207
modularity: Float,
208208
modularities: List of Float,
209209
nodeCount: Integer,
210-
didConverge: Integer,
210+
didConverge: Boolean,
211211
nodePropertiesWritten: Integer,
212212
communityDistribution: Map,
213213
configuration: Map

0 commit comments

Comments
 (0)