Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ginberg committed Sep 11, 2024
1 parent b5bb15d commit 321ccab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testthat/test-query-no-fail.R
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ runExtractionAggregated <- function(connection, cdmDatabaseSchema, ohdsiDatabase
cohortIds = c(1124300),
rowIdField = "subject_id",
covariateSettings = settings,
aggregated = TRUE
aggregated = TRUE,
minCharacterizationMean = 0.001
))
return(covariateData)
}
Expand Down Expand Up @@ -531,7 +532,8 @@ runExtractionTemporalAggregated <- function(connection, cdmDatabaseSchema, ohdsi
cohortIds = c(1124300),
rowIdField = "subject_id",
covariateSettings = settings,
aggregated = TRUE
aggregated = TRUE,
minCharacterizationMean = 0.001
))
return(covariateData)
}
Expand Down

0 comments on commit 321ccab

Please sign in to comment.