We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d5e92 commit 352f3b8Copy full SHA for 352f3b8
NEWS.md
@@ -4,7 +4,7 @@
4
5
# leiden 0.3.6
6
7
-* add methods for multiplex community detection from a list of graphs
+* add methods for multiplex community detection from a list of graphs (requires leidenalg 0.7.1)
8
9
* add support for maximum community size (depends on leidenalg 0.8.2), if available
10
tests/testthat/test_igraph.R
@@ -41,7 +41,7 @@ test_that("run with max_comm_size", {
41
degree_as_node_size = TRUE,
42
seed = 9001)
43
expect_length(partition, length(V(snn_graph)))
44
- expect_equal(sort(unique(partition)), 1:14)
+ expect_equal(sort(unique(partition)), 1:13)
45
expect_equal(max(table(partition)), 8)
46
})
47
0 commit comments