Skip to content

Commit

Permalink
Fix GHA test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Oct 7, 2024
1 parent a6ea045 commit a0264ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions R/Module-CohortIncidence.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,7 @@ CohortIncidenceModule <- R6::R6Class(
super$uploadResults(resultsConnectionDetails, analysisSpecifications, resultsDataModelSettings)
resultsFolder <- private$jobContext$moduleExecutionSettings$resultsSubFolder
exportFolder <- private$jobContext$moduleExecutionSettings$resultsSubFolder

# use the results model spec that was saved along with the results output, not the embedded model spec.
resultsModelSpec <- readr::read_csv(
file = file.path(file.path(exportFolder, "resultsDataModelSpecification.csv")),
show_col_types = FALSE
)
resultsModelSpec <- self$getResultsDataModelSpecification()

ResultModelManager::uploadResults(
connectionDetails = resultsConnectionDetails,
Expand Down

0 comments on commit a0264ff

Please sign in to comment.