We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd0c9 commit 6907941Copy full SHA for 6907941
tests/testthat/test-yeo-johnson.R
@@ -71,7 +71,7 @@ test_that("Yeo-Johnson steps and layers invert each other", {
71
add_frosting(f)
72
out1 <- filtered_data %>% as_tibble() %>% slice_max(time_value, by = geo_value)
73
# debugonce(slather.layer_epi_YeoJohnson)
74
- out2 <- forecast(wf) %>% rename(case_rate = .pred)
+ out2 <- forecast(wf) %>% rename(case_rate = .pred_ahead_0_case_rate, death_rate = .pred_ahead_0_death_rate)
75
expect_equal(out1, out2)
76
})
77
0 commit comments