Skip to content

Commit 7ae21b1

Browse files
authored
Delete the one line test code in main
1 parent 2af0296 commit 7ae21b1

File tree

1 file changed

+0
-2
lines changed
  • backfill_corrections/delphiBackfillCorrection/R

1 file changed

+0
-2
lines changed

backfill_corrections/delphiBackfillCorrection/R/main.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ run_backfill <- function(df, params,
6464
for (subdf in group_dfs) {
6565
geo <- subdf$geo_value[1]
6666

67-
if (!(geo %in% c("pa", "ma", "ny"))) {next}
68-
6967
msg_ts(str_interp("Processing ${geo} geo group"))
7068

7169
min_refd <- min(subdf[[refd_col]])

0 commit comments

Comments
 (0)