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
In testing the schematic refactor in #322 we get the following warnings re loops in the data model. These will become errors in future versions of schematic, so we should look to implement changes to the data model to remove these loops
we found a loop between: RPPALevel2 and HTANRPPAAntibodyTable
we found a loop between: MelanomaTier3 and Patient
we found a loop between: SarcomaTier3 and Patient
we found a loop between: PancreaticCancerTier3 and Patient
we found a loop between: Patient and BreastCancerTier3
we found a loop between: Patient and SRRSClinicalDataTier2
we found a loop between: Patient and NeuroblastomaandGliomaTier3
we found a loop between: Patient and LungCancerTier3
we found a loop between: Patient and ColorectalCancerTier3
we found a loop between: Patient and ClinicalDataTier2
we found a loop between: Patient and AcuteLymphoblasticLeukemiaTier3
we found a loop between: Patient and ProstateCancerTier3
we found a loop between: Patient and OvarianCancerTier3
The text was updated successfully, but these errors were encountered:
In testing the schematic refactor in #322 we get the following warnings re loops in the data model. These will become errors in future versions of schematic, so we should look to implement changes to the data model to remove these loops
The text was updated successfully, but these errors were encountered: