Skip to content

Commit

Permalink
Trimmed code for combining overcomple cols results
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Nov 3, 2023
1 parent ba7d342 commit 51a114d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/mainTests.r
Original file line number Diff line number Diff line change
Expand Up @@ -1111,9 +1111,8 @@ overcompleted_cols <- function(data, meta) {
overcomplete_geographies <- c(
unlist(apply(regional_matrix, 1, overcomplete_regional_cols)),
unlist(apply(la_matrix, 1, overcomplete_la_cols)),
unlist(apply(geography_matrix[4:6, ], 1, overcomplete_mid_cols)),
unlist(apply(lsip_matrix, 1, overcomplete_lsip_cols)),
unlist(apply(geography_matrix[8:13, ], 1, overcomplete_mid_cols)),
unlist(apply(geography_matrix[c(4:6,8:13), ], 1, overcomplete_mid_cols)),
unlist(apply(geography_matrix[14:17, ], 1, overcomplete_low_cols))
)

Expand Down

0 comments on commit 51a114d

Please sign in to comment.