Skip to content

Commit

Permalink
fix (old) generation time syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 10, 2023
1 parent 358a4b1 commit 7cc0d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion touchstone/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ touchstone::benchmark_run(
expr_before_benchmark = { source("touchstone/setup.R") },
uncertain = { epinow(
reported_cases = reported_cases,
generation_time = generation_time_opts(generation_time),
generation_time = generation_time,
delays = delay_opts(incubation_period, reporting_delay),
rt = rt_opts(prior = list(mean = 2, sd = 0.2)),
stan = stan_opts(
Expand Down

0 comments on commit 7cc0d62

Please sign in to comment.