Skip to content

Commit

Permalink
Fix lintr errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Oct 9, 2024
1 parent 34b9cbb commit 0c84220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/closure.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ make_rt_end_event <- function() {
)

# arbitrary precision, may not be hit!
rt <- r_eff(parameters[["r0"]], state, parameters[["cm_unscaled"]]) - 0.99
r_eff(parameters[["r0"]], state, parameters[["cm_unscaled"]]) - 0.99
}

event_function <- function(time, state, parameters) {
Expand Down

0 comments on commit 0c84220

Please sign in to comment.