Skip to content

Commit 9193fcd

Browse files
committed
Update inaccurate docstring in validate_adam()
1 parent 13f4c14 commit 9193fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pointblank/metadata/_adam_validate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def validate_adam(
8282
- Population flag values (Y/N only, no nulls in flag columns)
8383
- BDS structure: PARAMCD, PARAM, AVAL consistency
8484
- ADTTE: CNSR values (0 or 1), AVAL >= 0
85-
- TRT01P/TRT01A consistency (non-null, single value per subject in ADSL)
86-
- Traceability variable presence
85+
- TRT01P (planned treatment) present and non-null in ADSL
86+
- Traceability variable presence (SRCDOM/SRCVAR/SRCSEQ non-null when present)
8787
8888
Parameters
8989
----------

0 commit comments

Comments
 (0)