Skip to content

Commit

Permalink
Remove TODO with test subset LADs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 15, 2023
1 parent 12e4df3 commit e2901cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/data_prep/age_rescaling/age_rescaling.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ lad_files <- (
)
)
)
# TODO: For testing, just two LADs, comment out when complete
# lad_files <- lad_files |> filter(LAD20CD %in% c("E09000001", "E06000001")) # nolint
# Load data pre-rescaling
check_res <- do.call(rbind, lapply(lad_files$file_name, read.csv))

# Filter for only Full time (1) and part time (2)
Expand Down

0 comments on commit e2901cf

Please sign in to comment.