Skip to content

Commit

Permalink
fix aggregation filterig
Browse files Browse the repository at this point in the history
  • Loading branch information
saraloo committed Jul 30, 2024
1 parent 93fa3eb commit 1a97b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flepimop/R_packages/inference/R/inference_slot_runner_funcs.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ 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 #,
#date %in% unique(obs$date[obs$subpop == location])
) %>%
## Reformat into form the algorithm is looking for
inference::getStats(
Expand Down

0 comments on commit 1a97b18

Please sign in to comment.