Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 31, 2024
1 parent e8df49e commit 9726988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ execute <- function(jobContext) {
design <- PatientLevelPrediction::createValidationDesign(
targetId = df$target_id[1],
outcomeId = df$outcome_id[1],
plpModelList = as.list(df$modelPath)
plpModelList = as.list(df$modelPath),
restrictPlpDataSettings = jobContext$settings[[1]]$restrictPlpDataSettings,
populationSettings = jobContext$settings[[1]]$populationSettings)
)
Expand Down

0 comments on commit 9726988

Please sign in to comment.