-
Notifications
You must be signed in to change notification settings - Fork 182
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
Finish elimination of taxcalc-related variables #3226
Finish elimination of taxcalc-related variables #3226
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3226 +/- ##
==========================================
- Coverage 99.02% 99.02% -0.01%
==========================================
Files 1798 1803 +5
Lines 26614 26608 -6
Branches 155 155
==========================================
- Hits 26354 26348 -6
Misses 223 223
Partials 37 37
☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3226 +/- ##
==========================================
- Coverage 99.02% 99.02% -0.01%
==========================================
Files 1798 1803 +5
Lines 26614 26608 -6
Branches 155 155
==========================================
- Hits 26354 26348 -6
Misses 223 223
Partials 37 37
☔ View full report in Codecov by Sentry. |
Fixes #3225.
🤖 Generated by Copilot at d707e5a
Summary
📝🆕🐛
This pull request makes several changes to the policyengine-us codebase, mainly related to renaming and reorganizing variables and parameters to improve clarity, consistency, and accuracy. It also adds a new parameter for the capital gains loss limit, fixes a unit error in another parameter, and updates the changelog file. The changes affect the Winship reform, the federal and state income taxes, and the child and dependent care credit.
Walkthrough
c01000
withloss_limited_net_capital_gains
(link, link, link, link, link)earned
withadjusted_earnings
(link, link, link)filer_earned
withfiler_adjusted_earnings
(link, link, link, link, link, link, link, link)sey
withself_employment_income
(link, link, link)dsi
withhead_is_dependent_elsewhere
(link, link, link, link, link, link, link, link, link, link, link, link)tax_unit_dependent_elsewhere
withhead_is_dependent_elsewhere
andtax_unit_spouse_dependent_elsewhere
withspouse_is_dependent_elsewhere
(link, link, link, link, link, link, link, link, link, link)policyengine_us/tests/policy/baseline/gov/states/{state}/tax/income/
(link, link, link, link, link, link, link)filer_adj_earnings
instead offiler_earned
(link)