You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Making an issue based on attempting to use SCCS without a
nestingCohortId
. In this scenario, thenestingCohortId
is NULL based on the defaults of the functionSelfControlledCaseSeries::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.The text was updated successfully, but these errors were encountered: