Skip to content

Commit

Permalink
add missing print statement in IF validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendries committed May 15, 2024
1 parent 8766a25 commit a77a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ValidateModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ validateImportFactorsApproach <- function(model, demand = "Consumption"){

cat("\nTesting that LCIA results are equivalent between standard and coupled model approaches (i.e., LCIA = LCIA_dm) when\n")
cat("assuming model$M = model$Q_t.\n")
all.equal(LCIA_dm, LCIA)
print(all.equal(LCIA_dm, LCIA))

}

Expand Down

0 comments on commit a77a3f2

Please sign in to comment.