Skip to content

Commit

Permalink
fixup! 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 7f0996d commit 8defaeb
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 @@ -40,7 +40,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 = 5,
MRF_G = TRUE, verbose = TRUE
MRF_G = TRUE, verbose = FALSE
) {
if (!MRF_G) {
data <- list(data)
Expand Down

0 comments on commit 8defaeb

Please sign in to comment.