-
Notifications
You must be signed in to change notification settings - Fork 188
Create independent checks for the EAEDC and TAFDC values #5916
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
Create independent checks for the EAEDC and TAFDC values #5916
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5916 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 2803 2807 +4
Lines 40558 40601 +43
Branches 190 190
=======================================
+ Hits 40195 40238 +43
Misses 328 328
Partials 35 35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
policyengine_us/variables/gov/states/ma/dta/tcap/ma_tafdc_larger_than_eaedc.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/tafdc/ma_tafdc_if_eaedc_ineligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/eaedc/ma_eaedc_if_tafdc_ineligible.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/tafdc/ma_tafdc_if_eaedc_ineligible.py
Outdated
Show resolved
Hide resolved
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.
might overlap with pavel's suggestion (started this morning)
...eline/gov/states/ma/dta/tcap/eaedc/income/ma_eaedc_earned_income_after_disregard_person.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/ma_tafdc_larger_than_eaedc.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/dta/tcap/tafdc/ma_tafdc_if_eaedc_ineligible.py
Outdated
Show resolved
Hide resolved
I also adjusted the formula for the final output formula for |
Fixes #5908
Still a draft, I will do more testing.