Skip to content

Commit

Permalink
Update R/mixing.R
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Liétar <[email protected]>
  • Loading branch information
htopazian and plietar authored Jul 1, 2024
1 parent 24a0253 commit 7bd8c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mixing.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ create_transmission_mixer <- function(
function (timestep) {
n_pops <- length(variables)
rdt_positive <- vnapply(
seq(n_pops),
seq_len(n_pops),
function(i) {
rdt_detectable(variables[[i]], parameters[[i]], timestep)
}
Expand Down

0 comments on commit 7bd8c0d

Please sign in to comment.