Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiagoquevedo committed Nov 26, 2024
1 parent 5c5203c commit 4ed2af1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/test-coh_match_iterate.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ matched <- capture_warnings(match_cohort_(

# Adjust exposure times of matched cohort
adjusted_0 <- adjust_exposure(matched_cohort = matched,
outcome_date_col = outcome_date_col,
censoring_date_col = censoring_date_col,
immunization_date = immunization_date_col,
start_cohort = start_cohort,
end_cohort = end_cohort)
outcome_date_col = outcome_date_col,
censoring_date_col = censoring_date_col,
immunization_date = immunization_date_col,
start_cohort = start_cohort,
end_cohort = end_cohort)

removed_i <- matched[!(matched$match_id %in% adjusted_0$match_id), ]
# There are not enough unvaccinated units to find a pair for the
Expand Down

0 comments on commit 4ed2af1

Please sign in to comment.