Skip to content

Commit

Permalink
test: Fix runSimulation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rogoersTPH committed May 16, 2024
1 parent ff0d6a4 commit 7271b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ runSimulations <- function(scenarios = NULL, cmd = "openMalaria", dryRun = FALSE
cmd <- cmd
} else if (startsWith(x = cmd, prefix = "C:/")) {
cmd <- cmd
} else if (dryRun == TRUE) {
cmd <- cmd
} else {
cmd <- Sys.which(cmd)
}
Expand Down

0 comments on commit 7271b10

Please sign in to comment.