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 945357c commit e71b30e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tests/testthat/test-indirect-central.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,14 @@ lapply(
)
}
)
print(answer)
print(
c(
as.vector(
cTMed:::.IndirectCentrals(
phi = phi,
delta_t = delta_t
)
),
delta_t
)
)
testthat::test_that(
paste(text, "IndirectCentrals"),
{
testthat::expect_true(
all(
(
answer - c(
as.vector(
c(
cTMed:::.IndirectCentrals(
phi = phi,
delta_t = delta_t
Expand Down

0 comments on commit e71b30e

Please sign in to comment.