Skip to content

Commit

Permalink
removed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Aug 26, 2024
1 parent e10ac60 commit ed664ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/RunDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ executeDiagnostics <- function(cohortDefinitionSet,
runFeatureExtractionOnSample = FALSE,
sampleN = 1000,
seed = 64374,
seedArgs = NULL,
sampleIdentifierExpression = "cohortId * 1000 + seed") {
seedArgs = NULL) {
# collect arguments that were passed to cohort diagnostics at initiation
callingArgs <- formals(executeDiagnostics)
callingArgsJson <-
Expand Down

0 comments on commit ed664ff

Please sign in to comment.