Skip to content

Commit 04b9978

Browse files
committed
remove code because bug in FE has been fixed
1 parent 2eeb33a commit 04b9978

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

R/executeDiagnostics.R

-5
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ executeDiagnostics <- function(cohortDefinitionSet,
358358
)
359359
}
360360

361-
# forcefully set ConditionEraGroupStart and drugEraGroupStart to NULL
362-
# because of known bug in FeatureExtraction. https://github.com/OHDSI/FeatureExtraction/issues/144
363-
temporalCovariateSettings[[1]]$ConditionEraGroupStart <- NULL
364-
temporalCovariateSettings[[1]]$DrugEraGroupStart <- NULL
365-
366361
checkmate::assert_integerish(
367362
x = temporalCovariateSettings[[1]]$temporalStartDays,
368363
any.missing = FALSE,

0 commit comments

Comments
 (0)