Skip to content

Commit

Permalink
add logLevel create specification function
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 10, 2024
1 parent 760a865 commit a81e6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Module-PatientLevelPredictionValidation.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ PatientLevelPredictionValidationModule <- R6::R6Class(
recalibrate = "weakRecalibration",
runCovariateSummary = FALSE
)
)
) {
),
logLevel = "INFO") {
analysis <- list()
for (name in names(formals(self$createModuleSpecifications))) {
analysis[[name]] <- get(name)
Expand Down

0 comments on commit a81e6c5

Please sign in to comment.