AMP-SCZ / qqc

Checking signals in the AMP-SCZ phantom
https://phantom-check.readthedocs.io/en/latest/
Apache License 2.0
0 stars 1 forks source link

Fix output check functions #26

Closed kcho closed 1 year ago

kcho commented 1 year ago

Output check functions like is_qqc_executed returned True even when there was empty entry_date. This behavior is fixed by adding entry_date conditions at the top of each function.

cd tests/ampscz_asana/lib
pytest test_qc.py -s -k test_is_qqc_executed
nickckim commented 1 year ago

Looks great!