Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
Merge branch 'main' into progress-bar

# Conflicts:
#	run_matching.R
  • Loading branch information
CJ Yetman - RMI authored and CJ Yetman - RMI committed Aug 9, 2024
2 parents 9c29e19 + 07755f7 commit 94f13ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_match_prioritize.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if (apply_sector_split & sector_split_type_select == "equal_weights") {
}

# prioritize and save files----
for (i in 1:length(matched_lbk_manual)) {
for (i in seq_along(matched_lbk_manual)) {
group_name <- unique(matched_lbk_manual[[i]]$group_id)

## prioritize matched loan book----
Expand Down

0 comments on commit 94f13ae

Please sign in to comment.