Skip to content

Commit

Permalink
fix: make count_entities test work with igraph current version
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Jan 23, 2024
1 parent a1ce939 commit 6eccbd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/testthat/test-count_entities.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ test_that("counting the number of strongly connected components is possible", {
create_graph() %>%
add_islands_graph(
n_islands = 4,
island_size = 10,
p = 1 / 5,
edges_between = 1,
set_seed = 23)
island_size = 1,
p = 1 / 555,
edges_between = 0)

# Expect that the count of strongly
# connected components is 4
Expand Down

0 comments on commit 6eccbd5

Please sign in to comment.