Skip to content

Commit

Permalink
Hard-coded cl = 2 on parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jun 26, 2024
1 parent 20769e1 commit 5d758cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mad_wrap <- function(seed = 3398, ...) {
alpha = 0.2, my_lambda = matrix(rep(0.2, dim(y)[2]), 1),
lambda_min = 0.001, max_it = 5000, e.abs = 1e-4, e.rel = 1e-2, maxgrid = 1L,
nlambda = 1L, rho = 5, tree = TT, my_print = FALSE, alph = 1, gg = gg1,
tol = 1e-3, cl = 6, ...
tol = 1e-3, cl = 2, ...
)
)
}
Expand Down

0 comments on commit 5d758cb

Please sign in to comment.