Skip to content

Commit

Permalink
include writing to JSON in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 11, 2024
1 parent 22f3196 commit 03df863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_model_build.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ writeModeltoXLSX(model, ".")
## USEEIOv2.3 Summary, commodity model with GHGs and Import Factors
m <- "USEEIOv2.3-s-GHG-19"
model <- buildModel(m)
writeModeltoJSON(model, ".")
printValidationResults(model)
testCalculationFunctions(model)
testVisualizationFunctions(model)
Expand All @@ -137,6 +138,7 @@ testVisualizationFunctions(model)
m <- "GAEEIOv1.0-GHG-19"
model <- buildModel(m)
printValidationResults(model)
writeModeltoJSON(model, ".")
writeModeltoXLSX(model, ".")
testCalculationFunctions(model)
testVisualizationFunctions(model)
Expand Down

0 comments on commit 03df863

Please sign in to comment.