Skip to content

Commit 345e1ed

Browse files
committed
test: inverse transform with multiple outcomes works
1 parent 119fbdf commit 345e1ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-yeo-johnson.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ test_that("Yeo-Johnson steps and layers invert each other", {
6363
expect_true(is.numeric(tr$steps[[1]]$lambdas$.lambda_case_rate))
6464
expect_true(is.numeric(tr$steps[[1]]$lambdas$.lambda_death_rate))
6565

66-
# TODO: Make sure that the inverse transformation works
67-
skip("TODO")
66+
# Make sure that the inverse transformation works
6867
f <- frosting() %>%
6968
layer_predict() %>%
7069
layer_epi_YeoJohnson(.pred_ahead_0_case_rate, .pred_ahead_0_death_rate)

0 commit comments

Comments
 (0)