Skip to content

Commit

Permalink
Bad parameter passed
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Sep 27, 2023
1 parent 0f4c073 commit 54ee8b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-characterization.R
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ cohortDiagCharacterizationModule <- function(
analysis_ids = input$selectedRawAnalysisIds %>% unique(),
time_id = selectedTimeIds() %>% unique(),
domain_ids = quoteLiterals(input$characterizationDomainIdFilter %>% unique()),
table_prefix = dataSource$tablePrefix,
table_prefix = dataSource$cdTablePrefix,
cohort_id = targetCohortId(),
results_database_schema = dataSource$schema,
database_id = quoteLiterals(selectedDatabaseIds()),
Expand Down
5 changes: 0 additions & 5 deletions R/cohort-diagnostics-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ cohortDiagnosticsServer <- function(id,
createCdDatabaseDataSource(
connectionHandler = connectionHandler,
resultDatabaseSettings = resultDatabaseSettings,

Check warning on line 421 in R/cohort-diagnostics-main.R

View check run for this annotation

Codecov / codecov/patch

R/cohort-diagnostics-main.R#L421

Added line #L421 was not covered by tests
#schema = resultDatabaseSettings$schema,
#vocabularyDatabaseSchema = resultDatabaseSettings$vocabularyDatabaseSchema, # is this in results?
#cdTablePrefix = resultDatabaseSettings$cdTablePrefix,
#cgTableName = resultDatabaseSettings$cgTable, # different for CD?
#databaseTableName = paste0(resultDatabaseSettings$databaseTablePrefix,resultDatabaseSettings$databaseTable),
displayProgress = TRUE
)
}
Expand Down

0 comments on commit 54ee8b7

Please sign in to comment.