Skip to content

Commit

Permalink
Remove unnecessary concat
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Apr 17, 2024
1 parent 50eed4c commit 7ee37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ epidemic_size <- function(
}

# determine grouping columns to handle ebola model special case
grouping_cols <- c("time")
grouping_cols <- "time"
if (by_group) {
grouping_cols <- c(grouping_cols, "demography_group")
}
Expand Down

0 comments on commit 7ee37fb

Please sign in to comment.