Skip to content

Commit f3a2cad

Browse files
committed
fix: errors fixed
1 parent 5dd8a5b commit f3a2cad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_igraph/graphobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18450,6 +18450,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1845018450
"@note: The graph must be simple and connected. Edge directions will be\n"
1845118451
" ignored if the graph is directed.\n"
1845218452
"@note: Time complexity: O(|E|)\n",
18453+
},
1845318454
{"community_infomap",
1845418455
(PyCFunction) igraphmodule_Graph_community_infomap,
1845518456
METH_VARARGS | METH_KEYWORDS,

0 commit comments

Comments
 (0)