Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7956 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 1 10 +9
Lines 17 141 +124
==========================================
+ Hits 17 141 +124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DTrim99
left a comment
There was a problem hiding this comment.
Found one issue to address:
[P2] Prorate assisted rent with AGI, not household income
In policyengine_us/variables/gov/states/mn/tax/income/credits/mn_renters_credit.py around lines 32-37, the assistance-paid-rent fraction is using mn_renters_credit_household_income, which is after age/disability/dependent/SEIU subtractions. Minn. Stat. 290.0693 Subd. 6(b) defines this fraction with adjusted gross income in both numerator and denominator, so older/disabled/dependent claimants in assisted facilities get under-credited here. Please base the proration ratio on the pre-subtraction household AGI/line-5 amount and add a test where assistance rent combines with an age or dependent subtraction.
Summary
Testing
Fixes #7938