From 45383f445dad85fd5db1b4ceb734d1d1b632c05d Mon Sep 17 00:00:00 2001 From: jvendries Date: Sat, 1 Apr 2023 16:14:46 -0400 Subject: [PATCH] temporary changes to buildModel.R to debug VA 2020 disagg error --- R/BuildModel.R | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/R/BuildModel.R b/R/BuildModel.R index 7a2b32c..8b5b714 100644 --- a/R/BuildModel.R +++ b/R/BuildModel.R @@ -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]]