Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKellyGenetics committed Dec 7, 2020
1 parent 22d5e92 commit 352f3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# leiden 0.3.6

* 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)

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

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_igraph.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_that("run with max_comm_size", {
degree_as_node_size = TRUE,
seed = 9001)
expect_length(partition, length(V(snn_graph)))
expect_equal(sort(unique(partition)), 1:14)
expect_equal(sort(unique(partition)), 1:13)
expect_equal(max(table(partition)), 8)
})

Expand Down

0 comments on commit 352f3b8

Please sign in to comment.