Skip to content

Commit

Permalink
Fix result upload for model directory
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov authored Dec 10, 2024
1 parent c425fa4 commit 728ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Module-PatientLevelPrediction.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ PatientLevelPredictionModule <- R6::R6Class(
csvFolder = resultsFolder,
connectionDetails = resultsConnectionDetails,
databaseSchemaSettings = databaseSchemaSettings,
modelSaveLocation = file.path(resultsFolder, "dbmodels"),
modelSaveLocation = file.path(resultsFolder, "models"),
csvTableAppend = ""
)
},
Expand Down

0 comments on commit 728ad57

Please sign in to comment.