Skip to content

Commit

Permalink
fix path to model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Jan 24, 2024
1 parent 3f4ffde commit 8401542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/loadModeltest.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ getProjectPath <- function(project = "remind") {
#' @importFrom dplyr bind_cols
getNewsestModeltests <- function(namePattern, requireMif) {

modeltestOutPath <- file.path(getProjectPath(), "modeltests/output")
modeltestOutPath <- file.path(getProjectPath(), "modeltests", "remind", "output")
entries <- dir(modeltestOutPath)
allRunNames <-
entries %>%
Expand Down

0 comments on commit 8401542

Please sign in to comment.