Skip to content

Commit

Permalink
Merge pull request #69 from austinperryfrancis/va_eitc_bug
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Nov 16, 2023
2 parents 8d3baf3 + 9785935 commit 78709c3
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)

0 comments on commit 78709c3

Please sign in to comment.