Skip to content

Commit

Permalink
Update expected 2026 results of extend-TCJA reform
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Nov 13, 2024
1 parent e9a9b2d commit 36ab466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/tests/test_reforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@ def test_ext_reform(tests_path):
iitax_ext = calc_ext.array('iitax')
rdiff = iitax_ext - iitax_end
weighted_sum_rdiff = (rdiff * calc_end.array('s006')).sum() * 1.0e-9
assert np.allclose([weighted_sum_rdiff], [-231.304], rtol=0.0, atol=0.01)
assert np.allclose([weighted_sum_rdiff], [-233.447], rtol=0.0, atol=0.01)

0 comments on commit 36ab466

Please sign in to comment.