forked from sunlabuiuc/PyHealth
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
============================================================
DATA QUALITY CHECKS
============================================================
✓ Unique patients: 360
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
/tmp/ipython-input-3022322587.py in <cell line: 0>()
7 unique_patients = df['SUBJECT_ID'].nunique()
8 print(f"\n✓ Unique patients: {unique_patients}")
----> 9 assert unique_patients == N_SYNTHETIC_SAMPLES, f"Expected {N_SYNTHETIC_SAMPLES} patients"
10
11 # Check 2: No empty values
AssertionError: Expected 1000 patients
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels