Skip to content

Commit

Permalink
fixing a bug in the eitc line 43
Browse files Browse the repository at this point in the history
  • Loading branch information
austinperryfrancis committed Nov 16, 2023
1 parent 8d3baf3 commit 9785935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def formula(tax_unit, period, parameters):
line_16 = where(line_15 > line_13, line_15, line_13)
line_17 = where(net_tax > line_16, line_16, 0)

return line_17
return where(total_agi < threshold, line_17, 0)

Check warning on line 43 in fiscalsim_us/variables/gov/states/va/tax/income/va_tax_credit_for_low_income_individuals.py

View check run for this annotation

Codecov / codecov/patch

fiscalsim_us/variables/gov/states/va/tax/income/va_tax_credit_for_low_income_individuals.py#L43

Added line #L43 was not covered by tests

0 comments on commit 9785935

Please sign in to comment.