TheCGO / fiscalsim-us

FiscalSim US is a microsimulation model of the US federal and state tax and benefit system relating to households and individuals.
https://thecgo.github.io/fiscalsim-us/
GNU Affero General Public License v3.0
11 stars 12 forks source link

Add Utah tax logic #24

Closed rickecon closed 1 year ago

rickecon commented 1 year ago

This PR adds the files for the Utah state income tax logic. It does the following.

rickecon commented 1 year ago

Three tests are failing. The tests in premium_tax_credit.yaml are probably just failing because the default is now False. And the failing test in ut_taxpayer_credit_max.yaml is probably just due to the changes this PR makes to Utah.

fiscalsim_us/tests/policy/baseline/gov/irs/credits/premium_tax_credit/premium_tax_credit.yaml FF
fiscalsim_us/tests/policy/baseline/gov/states/ut/tax/income/credits/ut_taxpayer_credit_max.yaml F.

I need to add all the tests for this PR. And I need to add a Utah notebook.

rickecon commented 1 year ago

I still don't have a fix for the Check version CI test issue. So I am just updating version directly still. Merging.