Skip to content

Commit

Permalink
fix modelPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 18, 2024
1 parent a81e6c5 commit f31e0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Module-PatientLevelPredictionValidation.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ PatientLevelPredictionValidationModule <- R6::R6Class(
design <- PatientLevelPrediction::createValidationDesign(
targetId = setting$targetId[1],
outcomeId = setting$outcomeId[1],
plpModelList = as.list(matchingModels$modelPath),
plpModelList = as.list(matchingModels$modelPath[[1]]),
restrictPlpDataSettings = setting$restrictPlpDataSettings,
populationSettings = setting$populationSettings
)
Expand Down

0 comments on commit f31e0b4

Please sign in to comment.