From 320bc08867148b32f22cf8a699fa00cb82292f09 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 17 Sep 2024 16:57:16 +0200 Subject: [PATCH] Fixed unit tests for #11 --- tests/testthat/test-cpp_translation.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-cpp_translation.R b/tests/testthat/test-cpp_translation.R index e6e4004..2bfac6d 100644 --- a/tests/testthat/test-cpp_translation.R +++ b/tests/testthat/test-cpp_translation.R @@ -29,6 +29,7 @@ hyperPooled = list( ) hyperPooled_2S <- hyperPooled hyperPooled_2S$G <- Matrix::bdiag(simData$G, simData$G) +hyperPooled_2S$b <- c(0.1, 0.2) # Run a 'Pooled' Bayesian Cox model with graphical learning