Skip to content

Commit f73d878

Browse files
committed
Updated dates and locations.
1 parent 56bd9e1 commit f73d878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-methods-epi_archive.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ test_that("epix_slide only works on an epi_archive",{
7373

7474
test_that("epix_slide works as intended",{
7575
x2 <- ea$clone()$DT %>%
76-
filter(geo_value %in% c("ca","ny"), version <= as.Date("2020-06-07")) %>%
76+
filter(geo_value == "ca", version <= as.Date("2020-06-09")) %>%
7777
select(-percent_cli,-case_rate_7d_av) %>%
7878
mutate(binary = 2^(row_number()-1)) %>%
7979
as_epi_archive()
8080

8181
time_values <- seq(as.Date("2020-06-01"),
82-
as.Date("2020-06-15"),
82+
as.Date("2020-06-09"),
8383
by = "1 day")
8484
xx <- epix_slide(x = x2,
8585
f = ~ sum(.x$binary),

0 commit comments

Comments
 (0)