Commit 9dd6987
committed
scaffold: fix duration_s and cleanline_status checks
The agent's Phase 1 QA-table checklist had two factual errors that
would have caused false positives on every subject:
- duration_s is wall-clock processing time (toc inside the per-subject
try-catch), not recording duration. Compare across subjects; do not
compare against ThePresent's ~210 s length.
- cleanline_status values are the literal strings 'applied' or
'skipped_nyquist' (per conditional_cleanline.m). Update the rule to
match.
Caught while staging the first re-run results from the 3-subject Phase 1
batch. Refs #1.1 parent 365e183 commit 9dd6987
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments