Skip to content

Commit

Permalink
call create disagg files from proxy data function from useeior for st…
Browse files Browse the repository at this point in the history
…ate objects
  • Loading branch information
jvendries committed Apr 26, 2024
1 parent b786b92 commit bcf707a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/BuildModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ assembleTwoRegionIO <- function(year, iolevel, disagg_specs=NULL) {

if(!is.null(disagg$stateDF)) {
# Get the correct disaggregation percentages for each state
model <- createDisaggFilesFromProxyData(model, disagg, year, state)
#model <- useeior:::createDisaggFilesFromProxyData(model, disagg, year, state)
#model <- createDisaggFilesFromProxyData(model, disagg, year, state)
model <- useeior:::createDisaggFilesFromProxyData(model, disagg, year, state)
disagg <- model$DisaggregationSpecs[[disagg$OriginalSectorCode]]
}
model <- disaggregateStateModel(model, state)
Expand Down

0 comments on commit bcf707a

Please sign in to comment.