Skip to content

Commit 9fdd0c9

Browse files
dshemetovdsweber2
andauthored
Update tests/testthat/test-yeo-johnson.R
Co-authored-by: David Weber <[email protected]>
1 parent f644a52 commit 9fdd0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-yeo-johnson.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test_that("Yeo-Johnson steps and layers invert each other", {
6565
skip("TODO")
6666
f <- frosting() %>%
6767
layer_predict() %>%
68-
layer_epi_YeoJohnson(.pred_ahead_0_case_rate)
68+
layer_epi_YeoJohnson(.pred_ahead_0_case_rate, .pred_ahead_0_death_rate)
6969
wf <- epi_workflow(r, linear_reg()) %>%
7070
fit(filtered_data) %>%
7171
add_frosting(f)

0 commit comments

Comments
 (0)