We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502281f commit 8f54f85Copy full SHA for 8f54f85
scripts/patch_modularized_graph_methods.py
@@ -9,6 +9,7 @@
9
auxiliary_imports = [
10
('typing', '*'),
11
('igraph.io.files', '_identify_format'),
12
+ ('igraph.community', '_optimal_cluster_count_from_merges_and_modularity'),
13
]
14
15
0 commit comments