Skip to content

Commit

Permalink
remove date filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
saraloo committed Jul 30, 2024
1 parent 1a97b18 commit 0dda4a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ aggregate_and_calc_loc_likelihoods <- function(
## Filter to this location
dplyr::filter(
modeled_outcome,
!!rlang::sym(obs_subpop) == location #,
#date %in% unique(obs$date[obs$subpop == location])
!!rlang::sym(obs_subpop) == location
) %>%
## Reformat into form the algorithm is looking for
inference::getStats(
Expand Down

0 comments on commit 0dda4a3

Please sign in to comment.