Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Add SimulationResults to the resultsFolder built from projectConfigur…
Browse files Browse the repository at this point in the history
…ation$outputFolder
  • Loading branch information
Felixmil committed Sep 27, 2023
1 parent 1fc9744 commit 95dd9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/report/scripts/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ getTestParameters <- function(params) {

getResultsFolder <- function(projectConfiguration, resultsFolder, resultsSubFolder) {
if (is.null(resultsFolder)) {
resultsFolder <- projectConfiguration$outputFolder
resultsFolder <- file.path(projectConfiguration$outputFolder, "SimulationResults")
} else {
resultsFolder <- resultsFolder
}
Expand Down

0 comments on commit 95dd9be

Please sign in to comment.