Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
with:
python-version: "3.14"

- name: Install Modal
run: pip install modal
- name: Install Modal Runner Deps
run: pip install modal pandas

- name: Deploy and launch pipeline on Modal
env:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/763.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed calibration matrix leakage for constrained non-household amount targets by filtering qualifying person-, tax-unit-, and SPM-unit-level amounts before rolling them up to households, so mixed-eligibility households no longer overstate targets such as filer-only `total_self_employment_income`. Added regression tests covering the entity-level filtering behavior and preserving existing household and count-target semantics.
Loading
Loading