Skip to content

Commit

Permalink
Adjusted test seed (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jun 25, 2024
1 parent 37e53af commit af1570c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ gg1[1, ] <- c(0.02, 0.02)
gg1[2, ] <- c(0.02, 0.02)

# Running MADMMplasso ========================================================
set.seed(9356219)
mad_wrap <- function(seed = 2238398, ...) {
mad_wrap <- function(seed = 3398, ...) {
set.seed(seed)
MADMMplasso(
X, Z, y,
Expand Down

0 comments on commit af1570c

Please sign in to comment.