We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10cea3 commit e8dc003Copy full SHA for e8dc003
1 file changed
scripts/patch_modularized_graph_methods.py
@@ -7,6 +7,7 @@
7
# FIXME: there must be a better way to do this
8
auxiliary_imports = [
9
("typing", "*"),
10
+ ("igraph.io.adjacency", "_sp_cls"),
11
("igraph.io.files", "_identify_format"),
12
("igraph.community", "_optimal_cluster_count_from_merges_and_modularity"),
13
]
0 commit comments