Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 19, 2023
1 parent 2b43197 commit 92885f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-regional_epinow.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_that("regional_epinow runs without error when given a very short timeout",
out <- regional_epinow(
reported_cases = cases,
generation_time = generation_time_opts(example_generation_time),
delays = delay_opts(reporting_delay),
delays = delay_opts(example_reporting_delay),
stan = stan_opts(
samples = 1000, warmup = 100,
cores = 1, chains = 2,
Expand All @@ -64,7 +64,7 @@ test_that("regional_epinow runs without error when given a very short timeout",
out <- regional_epinow(
reported_cases = cases,
generation_time = generation_time_opts(example_generation_time),
delays = delay_opts(reporting_delay),
delays = delay_opts(example_reporting_delay),
stan = stan_opts(
samples = 1000, warmup = 100,
cores = 1, chains = 2,
Expand All @@ -85,7 +85,7 @@ test_that("regional_epinow produces expected output when run with region specifi
regional_epinow(
reported_cases = cases,
generation_time = generation_time_opts(example_generation_time),
delays = delay_opts(reporting_delay),
delays = delay_opts(example_reporting_delay),
rt = rt, gp = gp,
stan = stan_opts(
samples = 100, warmup = 100,
Expand Down

0 comments on commit 92885f8

Please sign in to comment.