OHDSI / CohortGenerator

Cohort Generation for the OMOP Common Data Model
https://ohdsi.github.io/CohortGenerator/
11 stars 10 forks source link

Cohort subset definitions target output pairs fails for large cohort ids #101

Closed azimov closed 1 year ago

azimov commented 1 year ago

This occurs with targets that have a large cohort id (e.g conceptId * 1000)

Error:

 10. CohortGenerator (local) FUN(X[[i]], ...)
 11. checkmate::assertIntegerish(targetOutputPair, len = 2)
 12. checkmate::makeAssertion(x, res, .var.name, add)
 13. checkmate:::mstop(...)

See PR #100