Skip to content

Commit 70680df

Browse files
dsweber2dshemetov
authored andcommitted
fix: buffer size (tests not actually passing...)
1 parent 9fe4f85 commit 70680df

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

man/confirm_sufficient_data.Rd

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-forecasters-basics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (forecaster in forecasters) {
2828
attributes(jhu)$metadata$as_of <- NULL
2929
expect_no_error(res <- forecaster[[2]](jhu, "case_rate", c("death_rate"), 2L))
3030
expect_equal(res$target_end_date %>% unique, max(jhu$time_value)+2)
31-
}
31+
})
3232

3333
test_that(paste(forecaster[[1]], "handles last second NA's"), {
3434
# if the last entries are NA, we should still predict

0 commit comments

Comments
 (0)