Skip to content

Commit

Permalink
Update expected results generated by the ext.json reform
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 28, 2024
1 parent 4f99b63 commit 38685ca
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], [-232.43], rtol=0.0, atol=0.01)
assert np.allclose([weighted_sum_rdiff], [-230.805], rtol=0.0, atol=0.01)

0 comments on commit 38685ca

Please sign in to comment.