Skip to content

Conversation

@kvanalebeek
Copy link
Collaborator

  • Integration test(s) added if relevant

@MaxGhenis MaxGhenis marked this pull request as draft December 11, 2021 03:51
Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kvanalebeek!

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"
Copy link
Contributor

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).

Suggested change
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"
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

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

@MaxGhenis MaxGhenis changed the title nytest $0 income -- output order matches tool Add integration tests against Benefits Plus SNAP Calculator (NYS) Dec 19, 2021
@nikhilwoodruff nikhilwoodruff force-pushed the master branch 2 times, most recently from 7926ec9 to d2543dc Compare July 12, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

generate test cases from the NY SNAP calculator (need to self-input income)

2 participants