Skip to content

Commit

Permalink
add two region model to tests (model spec to be replaced in later rel…
Browse files Browse the repository at this point in the history
…ease)
  • Loading branch information
bl-young committed Mar 11, 2024
1 parent 28d1264 commit 6bb52af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion tests/test_model_build.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@ model <- useeior:::loadandbuildSatelliteTables(model)
model <- useeior:::loadandbuildIndicators(model)
model <- useeior:::loadDemandVectors(model)
model <- useeior:::constructEEIOMatrices(model)
printValidationResults(model)
printValidationResults(model)

## StateEEIOv1.0 Two-region Summary model
m <- "GAEEIOv1.0-s-WAT-12"
cfg <- paste0("modelspecs/", m, ".yml")
model <- buildModel(m, configpaths = file.path(cfg))
useeior::print2RValidationResults(model)

0 comments on commit 6bb52af

Please sign in to comment.