Skip to content

Commit

Permalink
Change seed for the EgoStat test
Browse files Browse the repository at this point in the history
References #83.
  • Loading branch information
mbojan committed Jun 20, 2024
1 parent 5b8d52c commit b93619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-EgoStat.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test_that("scaling and nonscaling egostats are combined correctly", {
test_that("egostats with alter missing data are close to complete network stats", {

# Test data
set.seed(0)
set.seed(1)
n <- 100
e <- 150
ds <- c(10,15,5,20)
Expand Down

0 comments on commit b93619c

Please sign in to comment.