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
fix: include wbc_max in SIRS WBC missing-data guard
WBC scoring uses wbc_min, wbc_max, and bands_max, but the null arm only
checked coalesce(wbc_min, bands_max), so a present wbc_max alone yielded
NULL instead of 0. Align the guard across BigQuery, Postgres, and DuckDB.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments