Skip to content

Commit 6907941

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

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
@@ -71,7 +71,7 @@ test_that("Yeo-Johnson steps and layers invert each other", {
7171
add_frosting(f)
7272
out1 <- filtered_data %>% as_tibble() %>% slice_max(time_value, by = geo_value)
7373
# debugonce(slather.layer_epi_YeoJohnson)
74-
out2 <- forecast(wf) %>% rename(case_rate = .pred)
74+
out2 <- forecast(wf) %>% rename(case_rate = .pred_ahead_0_case_rate, death_rate = .pred_ahead_0_death_rate)
7575
expect_equal(out1, out2)
7676
})
7777

0 commit comments

Comments
 (0)