CohortDiagnostics icon indicating copy to clipboard operation
CohortDiagnostics copied to clipboard

When cohort counts are 0 warning not error should be thrown

Open azimov opened this issue 2 years ago • 1 comments

When a cohort table is empty CohortDiagnostics assume that CohortGenerator has not been ran; this is not necessarily the case as the cohorts may be empty. When Running on multiple data sets this creates problems as the execution will not finish cleanly and an error is thrown.

azimov avatar Jun 02 '22 16:06 azimov

Also related to this https://github.com/OHDSI/CohortDiagnostics/issues/754

as why not run orphan concepts and other diagnostics that only rely on cohort definition expression and not instantiated cohort table

gowthamrao avatar Jun 28 '22 12:06 gowthamrao