Skip to content

Commit 352f3b8

Browse files
update documentation
1 parent 22d5e92 commit 352f3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# leiden 0.3.6
66

7-
* add methods for multiplex community detection from a list of graphs
7+
* add methods for multiplex community detection from a list of graphs (requires leidenalg 0.7.1)
88

99
* add support for maximum community size (depends on leidenalg 0.8.2), if available
1010

tests/testthat/test_igraph.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test_that("run with max_comm_size", {
4141
degree_as_node_size = TRUE,
4242
seed = 9001)
4343
expect_length(partition, length(V(snn_graph)))
44-
expect_equal(sort(unique(partition)), 1:14)
44+
expect_equal(sort(unique(partition)), 1:13)
4545
expect_equal(max(table(partition)), 8)
4646
})
4747

0 commit comments

Comments
 (0)