-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename WIDOW to SURVIVING_SPOUSE filing status #4130
Conversation
policyengine_us/tests/policy/baseline/gov/states/dc/tax/income/dc_disability_exclusion.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/subtractions/dc_disability_exclusion.py
Outdated
Show resolved
Hide resolved
..._us/parameters/gov/states/dc/tax/income/subtractions/disability_income_exclusion/amount.yaml
Outdated
Show resolved
Hide resolved
...ine_us/parameters/gov/states/dc/tax/income/subtractions/disability_income_exclusion/cap.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/contrib/congress/wftca/bonus_guaranteed_deduction/amount.yaml
Outdated
Show resolved
Hide resolved
also need to resolve merge conflicts |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4130 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 2406 2406
Lines 34827 34827
Branches 163 163
=======================================
Hits 34538 34538
Misses 259 259
Partials 30 30 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please double check that we didnt delete any lines or changed the dates
policyengine_us/parameters/gov/states/ca/tax/income/credits/renter/amount.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ca/tax/income/credits/renter/amount.yaml
Outdated
Show resolved
Hide resolved
...cyengine_us/parameters/gov/states/ca/tax/income/deductions/itemized/limit/agi_threshold.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ca/tax/income/deductions/standard/amount.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ca/tax/income/exemptions/phase_out/increment.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ca/tax/income/exemptions/phase_out/start.yaml
Show resolved
Hide resolved
...rameters/gov/states/ma/tax/income/credits/senior_circuit_breaker/eligibility/max_income.yaml
Show resolved
Hide resolved
@MaxGhenis the basic rules PR is done but do we need to change anything in the cps etc.? No tests fail currently |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after this. No need to amend anything on the microdata side, we're already grabbing widow status and using it in filing_status, and the calibration data for SS is logged as joint.
Fixes #4094