Skip to content

Commit

Permalink
temporary changes to buildModel.R to debug VA 2020 disagg error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendries committed Apr 1, 2023
1 parent f42c216 commit 45383f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion R/BuildModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,14 @@ assembleTwoRegionIO <- function(year, iolevel, disagg_specs=NULL) {

# Assemble two-region IO tables
TwoRegionIO <- list()
for (state in sort(c(state.name, "District of Columbia"))) {
#TEMPORARY FOR DEBUGGING
for (state in c("Virginia")){
# for (state in sort(c(state.name, "District of Columbia"))) {

if(state == "Virginia"){
temp <-1
}

## Two-region Make
model$MakeTransactions <- State_Make_ls[[state]]
model$FullUse <- State_Use_ls[[state]]
Expand Down

0 comments on commit 45383f4

Please sign in to comment.