-
Couldn't load subscription status.
- Fork 201
Add integration tests against Benefits Plus SNAP Calculator (NYS) #387
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
base: master
Are you sure you want to change the base?
Conversation
kvanalebeek
commented
Dec 10, 2021
- Integration test(s) added if relevant
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.
Thanks @kvanalebeek!
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
openfisca_us/tests/policy/baseline/usda/snap/integration/bplc_ny.yaml
Outdated
Show resolved
Hide resolved
| region_str: NY_NYC | ||
| output: | ||
| snap_earnings_deduction: 0 # "Deduction on Gross Earned Income" | ||
| snap_standard_deduction: 177*12 # "Standard Deduction based on household size" |
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 add a space between arithmetic operators and two spaces before # (as was done here already but not elsewhere).
| snap_standard_deduction: 177*12 # "Standard Deduction based on household size" | |
| snap_standard_deduction: 177 * 12 # "Standard Deduction based on household size" |
| snap_net_income: 82.5 # "Monthly Net SNAP Income" | ||
| snap_max_benefit: 250*12 # "Thrifty Food Plan amount for H.H. size" | ||
| snap: 225*12 | ||
| snap: 225 * 12 # "Potential SNAP Allotment" |
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.
Duplicate
| snap_earnings_deduction: 200 # "Deduction on Gross Earned Income" | ||
| snap_standard_deduction: 177*12 # "Standard Deduction based on household size" | ||
| snap_sua: 852*12 # "SUA Level Amount" | ||
| snap_net_income: 82.5 # "Monthly Net SNAP Income" |
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.
| snap_net_income: 82.5 # "Monthly Net SNAP Income" | |
| snap_net_income: 82.5 * 12 # "Monthly Net SNAP Income" |
| snap_max_benefit: 250*12 # "Thrifty Food Plan amount for H.H. size" | ||
| snap: 250*12 | ||
| snap: 250 * 12 # "Potential SNAP Allotment" | ||
| #reference: |
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.
Yeah I think this will have to be description: for now, pending openfisca/openfisca-core#1076
7926ec9 to
d2543dc
Compare