From 8defaebfda945e7ce03253493214516867608bb0 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 17 Sep 2024 14:34:34 +0200 Subject: [PATCH] fixup! Reduced test length (#11) --- tests/testthat/test-cpp_translation.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-cpp_translation.R b/tests/testthat/test-cpp_translation.R index 1146fea..e236253 100644 --- a/tests/testthat/test-cpp_translation.R +++ b/tests/testthat/test-cpp_translation.R @@ -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)