Skip to content

Commit 929b99c

Browse files
MaxGhenisclaude
andcommitted
Update SUA tests for FY2019 backfill values
Test 2 (2021, CA): Jan-Sep now uses FY2019 value (415) instead of 0 Test 3 (2020, CA): Now uses FY2019 value (415*12=4980) instead of 0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ce26c29 commit 929b99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

policyengine_us/tests/policy/baseline/gov/usda/snap/income/deductions/snap_standard_utility_allowance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
trash_expense: 400
2525
sewage_expense: 1
2626
output:
27-
snap_standard_utility_allowance: 1_461 # 487*3
27+
snap_standard_utility_allowance: 5_196 # 415*9 (FY19) + 487*3 (FY22)
2828

2929
- name: Standard Utility Allowance 3
3030
period: 2020
@@ -38,7 +38,7 @@
3838
trash_expense: 400
3939
sewage_expense: 1
4040
output:
41-
snap_standard_utility_allowance: 0
41+
snap_standard_utility_allowance: 4_980 # 415*12 (FY19 value for CA)
4242

4343
- name: Standard Utility Allowance NC 1 member
4444
period: 2025

0 commit comments

Comments
 (0)