From f834f9f6fe84a8caca83f056b9f4837aaa5c063e Mon Sep 17 00:00:00 2001 From: Ivan Jacob Agaloos Pesigan Date: Mon, 25 Nov 2024 23:56:20 -0500 Subject: [PATCH] Update test-indirect-central.R --- tests/testthat/test-indirect-central.R | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/testthat/test-indirect-central.R b/tests/testthat/test-indirect-central.R index 44a92cc..9d67705 100644 --- a/tests/testthat/test-indirect-central.R +++ b/tests/testthat/test-indirect-central.R @@ -36,6 +36,18 @@ lapply( ) } ) + print(answer) + print( + c( + as.vector( + cTMed:::.IndirectCentrals( + phi = phi, + delta_t = delta_t + ) + ), + delta_t + ) + ) testthat::test_that( paste(text, "IndirectCentrals"), {