Skip to content

Commit

Permalink
Update test-indirect-central.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jeksterslab authored Nov 26, 2024
1 parent 42ac8e3 commit f834f9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/testthat/test-indirect-central.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
{
Expand Down

0 comments on commit f834f9f

Please sign in to comment.