Skip to content

Commit

Permalink
fix regex search/replace gone wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 22, 2023
1 parent bd5cec3 commit c09c046
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 @@ -39,7 +39,7 @@ touchstone::benchmark_run(
# benchmark readme example without delays
touchstone::benchmark_run(
expr_before_benchmark = { source("touchstone/setup.R") },
delay_opts(no_delays) = { epinow(
no_delays = { epinow(
reported_cases = reported_cases,
generation_time = generation_time_opts(fixed_generation_time),
rt = rt_opts(prior = list(mean = 2, sd = 0.2)),
Expand Down

0 comments on commit c09c046

Please sign in to comment.