Skip to content

Commit 655be90

Browse files
committed
run styler
1 parent 76a1111 commit 655be90

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testthat/test-target_date_bug.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ train <- jhu_csse_daily_subset |>
55
ngeos <- n_distinct(train$geo_value)
66

77
test_that("flatline determines target_date where forecast_date exists", {
8-
98
flat <- flatline_forecaster(
109
train, "dr",
1110
args_list = flatline_args_list(
@@ -33,7 +32,6 @@ test_that("flatline determines target_date where forecast_date exists", {
3332
})
3433

3534
test_that("arx_forecaster determines target_date where forecast_date exists", {
36-
3735
arx <- arx_forecaster(
3836
train, "dr", c("dr", "cr"),
3937
args_list = arx_args_list(
@@ -60,8 +58,6 @@ test_that("arx_forecaster determines target_date where forecast_date exists", {
6058
})
6159

6260
test_that("arx_classifier determines target_date where forecast_date exists", {
63-
64-
6561
arx <- arx_classifier(
6662
train, "dr", c("dr"),
6763
trainer = parsnip::nearest_neighbor(mode = "classification"),

0 commit comments

Comments
 (0)