OHDSI / Strategus

[Under development] An R packages for coordinating and executing analytics using HADES modules
https://ohdsi.github.io/Strategus/
7 stars 11 forks source link

Passing default values that are "NULL" #150

Open anthonysena opened 2 months ago

anthonysena commented 2 months ago

Making an issue based on attempting to use SCCS without a nestingCohortId. In this scenario, the nestingCohortId is NULL based on the defaults of the function SelfControlledCaseSeries::createGetDbSccsDataArgs. The root of the problem seems to stem from the fact that a NULL value is not serialized to JSON via ParallelLogger and then causes things to fail.