Skip to content

Commit

Permalink
Reduced test length (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Sep 17, 2024
1 parent 098449e commit 61bced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cpp_translation.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hyperPooled_2S$G <- Matrix::bdiag(simData$G, simData$G)

set.seed(715074)
BayesSurvive_wrap <- function(
data, initial, hyper, model = "Pooled", use_cpp = FALSE, n_iter = 10,
data, initial, hyper, model = "Pooled", use_cpp = FALSE, n_iter = 5,
MRF_G = TRUE, verbose = FALSE
) {
if (!MRF_G) {
Expand Down

0 comments on commit 61bced6

Please sign in to comment.