taxcalc 4.3.3__py3-none-any.whl → 4.3.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- taxcalc/__init__.py +1 -1
- taxcalc/assumptions/README.md +1 -1
- taxcalc/assumptions/economic_assumptions_template.json +1 -1
- taxcalc/calcfunctions.py +18 -21
- taxcalc/calculator.py +7 -3
- taxcalc/cps_weights.csv.gz +0 -0
- taxcalc/growfactors.csv +25 -65
- taxcalc/parameters.py +5 -7
- taxcalc/policy.py +18 -30
- taxcalc/policy_current_law.json +87 -87
- taxcalc/puf_ratios.csv +14 -14
- taxcalc/puf_weights.csv.gz +0 -0
- taxcalc/records.py +6 -3
- taxcalc/records_variables.json +5 -6
- taxcalc/reforms/2017_law.out.csv +9 -9
- taxcalc/reforms/ARPA.out.csv +10 -10
- taxcalc/reforms/BrownKhanna.out.csv +9 -9
- taxcalc/reforms/CARES.out.csv +10 -10
- taxcalc/reforms/ConsolidatedAppropriationsAct2021.out.csv +1 -1
- taxcalc/reforms/Larson2019.out.csv +10 -10
- taxcalc/reforms/README.md +7 -6
- taxcalc/reforms/Renacci.out.csv +9 -9
- taxcalc/reforms/SandersDeFazio.out.csv +10 -10
- taxcalc/reforms/TCJA.out.csv +9 -9
- taxcalc/reforms/Trump2016.out.csv +9 -9
- taxcalc/reforms/Trump2017.out.csv +9 -9
- taxcalc/reforms/clp.out.csv +10 -10
- taxcalc/reforms/ext.json +21 -21
- taxcalc/reforms/ptaxes0.out.csv +9 -9
- taxcalc/reforms/ptaxes1.out.csv +9 -9
- taxcalc/reforms/ptaxes2.out.csv +9 -9
- taxcalc/reforms/ptaxes3.out.csv +9 -9
- taxcalc/taxcalcio.py +14 -7
- taxcalc/tests/cmpi_cps_expect.txt +20 -20
- taxcalc/tests/cmpi_puf_expect.txt +20 -20
- taxcalc/tests/cpscsv_agg_expect.csv +19 -19
- taxcalc/tests/puf_var_correl_coeffs_2016.csv +39 -39
- taxcalc/tests/puf_var_wght_means_by_year.csv +39 -39
- taxcalc/tests/pufcsv_agg_expect.csv +20 -20
- taxcalc/tests/pufcsv_mtr_expect.txt +8 -8
- taxcalc/tests/reforms_expect.csv +25 -25
- taxcalc/tests/test_calcfunctions.py +11 -10
- taxcalc/tests/test_calculator.py +5 -3
- taxcalc/tests/test_parameters.py +3 -2
- taxcalc/tests/test_pufcsv.py +1 -3
- taxcalc/tests/test_reforms.py +1 -1
- taxcalc/tests/test_utils.py +24 -24
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/METADATA +2 -2
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/RECORD +53 -53
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/WHEEL +1 -1
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/LICENSE +0 -0
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/entry_points.txt +0 -0
- {taxcalc-4.3.3.dist-info → taxcalc-4.3.5.dist-info}/top_level.txt +0 -0
@@ -1,26 +1,26 @@
|
|
1
1
|
,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026
|
2
2
|
Returns (#m),190.9,194.3,197.3,200.1,202.9,205.6,208.4,211.2,214.0,216.8
|
3
|
-
AGI ($b),11078.7,11816.6,12247.2,12722.3,
|
4
|
-
Itemizers (#m),45.7,19.4,20.0,21.0,22.6,22.8,21.7,21.2,21.2,51.
|
5
|
-
Itemized Deduction ($b),1274.3,602.7,633.9,692.3,761.9,782.
|
6
|
-
Standard Deduction Filers (#m),145.2,174.8,177.2,178.5,179.6,182.8,186.7,190.0,192.7,
|
7
|
-
Standard Deduction ($b),1239.3,2865.3,2954.5,3025.8,3081.1,3234.0,3537.
|
8
|
-
Personal Exemption ($b),1365.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
|
9
|
-
Taxable Income ($b),8112.2,9179.2,9520.5,9907.3,12003.
|
10
|
-
Regular Tax ($b),1656.8,1712.3,1778.2,1838.3,2281.5,2282.7,2423.
|
11
|
-
AMT Income ($b),10512.4,11343.5,11749.7,12180.1,14330.
|
12
|
-
AMT Liability ($b),51.3,22.1,23.0,25.1,27.8,27.4,28.8,30.3,31.8,87.
|
13
|
-
AMT Filers (#m),5.7,0.2,0.2,0.3,0.4,0.3,0.3,0.3,0.3,7.
|
14
|
-
Tax before Credits ($b),1708.1,1734.4,1801.1,1863.4,2309.
|
15
|
-
Refundable Credits ($b),102.9,117.5,118.5,642.0,802.6,119.2,126.9,133.5,136.0,122.
|
16
|
-
Nonrefundable Credits ($b),67.0,127.3,129.2,128.5,47.6,141.0,143.3,144.0,145.7,77.
|
3
|
+
AGI ($b),11078.7,11816.6,12247.2,12722.3,14929.8,14973.8,15954.9,16597.5,17309.9,18000.8
|
4
|
+
Itemizers (#m),45.7,19.4,20.0,21.0,22.6,22.8,21.7,21.2,21.2,51.7
|
5
|
+
Itemized Deduction ($b),1274.3,602.7,633.9,692.3,761.9,782.6,788.6,808.1,833.2,2044.2
|
6
|
+
Standard Deduction Filers (#m),145.2,174.8,177.2,178.5,179.6,182.8,186.7,190.0,192.7,165.0
|
7
|
+
Standard Deduction ($b),1239.3,2865.3,2954.5,3025.8,3081.1,3234.0,3537.6,3798.4,3962.0,1893.0
|
8
|
+
Personal Exemption ($b),1365.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2000.8
|
9
|
+
Taxable Income ($b),8112.2,9179.2,9520.5,9907.3,12003.1,11927.7,12697.7,13130.8,13698.9,13412.7
|
10
|
+
Regular Tax ($b),1656.8,1712.3,1778.2,1838.3,2281.5,2282.7,2423.3,2489.9,2598.6,2793.0
|
11
|
+
AMT Income ($b),10512.4,11343.5,11749.7,12180.1,14330.6,14356.1,15322.9,15943.1,16631.5,17084.9
|
12
|
+
AMT Liability ($b),51.3,22.1,23.0,25.1,27.8,27.4,28.8,30.3,31.8,87.2
|
13
|
+
AMT Filers (#m),5.7,0.2,0.2,0.3,0.4,0.3,0.3,0.3,0.3,7.1
|
14
|
+
Tax before Credits ($b),1708.1,1734.4,1801.1,1863.4,2309.3,2310.1,2452.2,2520.2,2630.4,2880.2
|
15
|
+
Refundable Credits ($b),102.9,117.5,118.5,642.0,802.6,119.2,126.9,133.5,136.0,122.8
|
16
|
+
Nonrefundable Credits ($b),67.0,127.3,129.2,128.5,47.6,141.0,143.3,144.0,145.7,77.2
|
17
17
|
Reform Surtaxes ($b),0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
|
18
|
-
Other Taxes ($b),
|
19
|
-
Ind Income Tax ($b),
|
20
|
-
Payroll Taxes ($b),
|
21
|
-
Combined Liability ($b),2662.0,2667.7,2782.4,2354.8,
|
22
|
-
With Income Tax <= 0 (#m),
|
23
|
-
With Combined Tax <= 0 (#m),63.4,65.6,66.8,102.1,94.5,68.9,70.2,71.6,72.7,72.
|
18
|
+
Other Taxes ($b),101.9,110.3,110.9,122.1,159.4,140.3,148.2,151.5,157.0,162.3
|
19
|
+
Ind Income Tax ($b),1640.1,1599.8,1664.4,1215.0,1618.4,2190.2,2330.2,2394.2,2505.7,2842.5
|
20
|
+
Payroll Taxes ($b),1021.9,1067.9,1118.1,1139.7,1231.5,1324.7,1410.9,1481.8,1552.2,1620.6
|
21
|
+
Combined Liability ($b),2662.0,2667.7,2782.4,2354.8,2849.9,3514.9,3741.0,3876.0,4057.9,4463.1
|
22
|
+
With Income Tax <= 0 (#m),88.5,94.0,95.1,129.1,122.6,95.7,97.1,98.6,99.6,96.7
|
23
|
+
With Combined Tax <= 0 (#m),63.4,65.6,66.8,102.1,94.5,68.9,70.2,71.6,72.7,72.5
|
24
24
|
UBI Benefits ($b),0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
|
25
25
|
"Total Benefits, Consumption Value ($b)",1052.3,1104.9,1175.3,1243.9,1476.4,1411.5,1569.5,1707.8,1818.1,1924.4
|
26
26
|
Total Benefits Cost ($b),1052.3,1104.9,1175.3,1243.9,1476.4,1411.5,1569.5,1707.8,1818.1,1924.4
|
@@ -5,14 +5,14 @@ PTAX mtr histogram bin edges:
|
|
5
5
|
ITAX mtr histogram bin edges:
|
6
6
|
[-1.0, -0.3, -0.2, -0.1, 0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 1.0]
|
7
7
|
PTAX and ITAX mtr histogram bin counts for e00200p:
|
8
|
-
252868 : 0
|
9
|
-
252868 : 7375 73
|
8
|
+
252868 : 0 27604 0 0 0 0 0 225264 0 0
|
9
|
+
252868 : 7375 73 2056 13084 45751 76620 50855 31268 25019 767
|
10
10
|
PTAX and ITAX mtr histogram bin counts for e00200s:
|
11
|
-
119177 : 0
|
12
|
-
119177 : 1449 22
|
11
|
+
119177 : 0 19575 0 0 0 0 0 99602 0 0
|
12
|
+
119177 : 1449 22 793 2751 11461 31291 26217 22346 22287 560
|
13
13
|
PTAX and ITAX mtr histogram bin counts for e00900p:
|
14
|
-
252868 :
|
15
|
-
252868 :
|
14
|
+
252868 : 252868 0 0 0 0 0 0 0 0 0
|
15
|
+
252868 : 6835 305 1552 11855 42872 71235 52251 30593 31274 4096
|
16
16
|
PTAX and ITAX mtr histogram bin counts for e00300:
|
17
17
|
252868 : 252868 0 0 0 0 0 0 0 0 0
|
18
18
|
252868 : 0 0 0 0 67635 76846 46558 31872 29139 818
|
@@ -59,5 +59,5 @@ PTAX and ITAX mtr histogram bin counts for e20100:
|
|
59
59
|
252868 : 252868 0 0 0 0 0 0 0 0 0
|
60
60
|
252868 : 39528 32464 19815 4932 156129 0 0 0 0 0
|
61
61
|
PTAX and ITAX mtr histogram bin counts for k1bx14p:
|
62
|
-
252868 :
|
63
|
-
252868 :
|
62
|
+
252868 : 252868 0 0 0 0 0 0 0 0 0
|
63
|
+
252868 : 6835 305 1552 11855 42872 71235 52251 30593 31274 4096
|
taxcalc/tests/reforms_expect.csv
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
rid,res1,res2,res3,res4
|
2
|
-
1,
|
3
|
-
2,
|
4
|
-
3,
|
5
|
-
4
|
6
|
-
5,0.
|
7
|
-
6,37.9,37.8,39.4,40.
|
2
|
+
1,60.8,61.9,64.9,67.6
|
3
|
+
2,50.4,54.6,49.5,57.2
|
4
|
+
3,73.3,74.5,78.4,82.2
|
5
|
+
4,0.0,0.0,0.0,0.0
|
6
|
+
5,0.0,0.0,0.0,0.0
|
7
|
+
6,37.9,37.8,39.4,40.7
|
8
8
|
7,7.2,7.4,7.5,7.9
|
9
9
|
8,1.9,1.9,2.1,2.2
|
10
10
|
9,3.8,3.8,4.2,4.6
|
@@ -17,32 +17,32 @@ rid,res1,res2,res3,res4
|
|
17
17
|
16,-1.0,-1.0,-1.5,-1.6
|
18
18
|
17,-0.2,-0.2,-0.3,-0.3
|
19
19
|
18,33.4,34.7,37.1,39.3
|
20
|
-
19,63.8,65.5,70.8,76.
|
21
|
-
20,97.9,101.5,109.4,
|
22
|
-
21,65.9,67.8,72.8,76.
|
20
|
+
19,63.8,65.5,70.8,76.0
|
21
|
+
20,97.9,101.5,109.4,115.8
|
22
|
+
21,65.9,67.8,72.8,76.8
|
23
23
|
22,9.7,10.3,10.6,11.2
|
24
24
|
23,0.5,0.6,0.6,0.6
|
25
|
-
24,50.4,52.6,55.8,59.
|
25
|
+
24,50.4,52.6,55.8,59.3
|
26
26
|
25,1.9,2.0,2.1,2.2
|
27
27
|
26,0.1,0.1,0.1,0.1
|
28
28
|
27,0.1,0.1,0.1,0.1
|
29
29
|
28,3.8,3.7,4.2,4.6
|
30
|
-
29,17.9,18.4,20.6,22.
|
30
|
+
29,17.9,18.4,20.6,22.1
|
31
31
|
30,14.7,13.3,17.2,18.6
|
32
32
|
31,-6.6,-6.4,-1.6,-1.6
|
33
33
|
32,57.4,57.9,61.8,65.4
|
34
|
-
33,12.0,11.5,13.3,14.
|
35
|
-
34,7.5,7.1,8.3,9.
|
34
|
+
33,12.0,11.5,13.3,14.4
|
35
|
+
34,7.5,7.1,8.3,9.0
|
36
36
|
35,-1.2,-0.9,-1.5,-1.6
|
37
37
|
36,-2.9,-2.8,-3.5,-3.7
|
38
38
|
37,3.1,3.2,3.6,3.9
|
39
|
-
38,29.8,30.9,34.1,36.
|
39
|
+
38,29.8,30.9,34.1,36.2
|
40
40
|
39,9.2,9.6,10.5,11.3
|
41
41
|
40,-0.6,-0.5,-0.7,-0.7
|
42
42
|
41,54.0,52.3,51.2,50.2
|
43
43
|
42,0.5,0.6,0.6,0.6
|
44
44
|
43,-0.2,-0.2,-0.2,-0.2
|
45
|
-
44,70.6,68.8,67.9,
|
45
|
+
44,70.6,68.8,67.9,69.4
|
46
46
|
45,1.2,1.1,1.1,1.2
|
47
47
|
46,-2.1,-2.0,-2.2,-2.2
|
48
48
|
47,-2.1,-1.8,-2.1,-2.2
|
@@ -50,16 +50,16 @@ rid,res1,res2,res3,res4
|
|
50
50
|
49,-0.0,-0.0,-0.0,-0.0
|
51
51
|
50,-26.5,-23.7,-31.1,-33.9
|
52
52
|
51,-0.3,-0.3,-0.5,-0.5
|
53
|
-
52,-187.0,-187.5,-193.6,-
|
54
|
-
53,-130.0,-129.3,-132.7,-
|
55
|
-
54,
|
56
|
-
55,86.1,90.
|
53
|
+
52,-187.0,-187.5,-193.6,-201.6
|
54
|
+
53,-130.0,-129.3,-132.7,-137.7
|
55
|
+
54,30.7,33.2,31.4,41.0
|
56
|
+
55,86.1,90.8,94.7,102.1
|
57
57
|
56,0.0,0.0,0.0,0.0
|
58
|
-
57,-14.1,-15.6,-
|
59
|
-
58,-15.5,-17.
|
60
|
-
59,-66.
|
58
|
+
57,-14.1,-15.6,-15.9,-14.4
|
59
|
+
58,-15.5,-17.0,-17.4,-15.8
|
60
|
+
59,-66.9,-66.9,-67.0,-67.1
|
61
61
|
60,-67.3,-67.2,-67.3,-67.4
|
62
|
-
61,-1.0,-0.
|
63
|
-
62,-17.
|
62
|
+
61,-1.0,-0.6,-0.8,-1.7
|
63
|
+
62,-17.4,-18.0,-24.3,-20.0
|
64
64
|
63,-12.7,-13.0,-23.4,-13.8
|
65
|
-
64,-46.9,-
|
65
|
+
64,-46.9,-48.1,-49.2,-52.0
|
@@ -244,18 +244,18 @@ tuple6 = (120000, 10000, 15000, 100, 2000, 0.06, 0.06, 0.015, 0.015, 0, 99999999
|
|
244
244
|
None, None, None, None, None, None)
|
245
245
|
expected1 = (0, 4065, 4065, 0, 0, 3252, 25000, 10000, 15000, 10100,
|
246
246
|
17000)
|
247
|
-
expected2 = (15000,
|
247
|
+
expected2 = (15000, 4065, 4065, 2081.25, 1040.625, 4917, 38959.375,
|
248
248
|
21167.5, 17791.875, 21380, 19820)
|
249
|
-
expected3 = (15000,
|
249
|
+
expected3 = (15000, 21453, 21453, 749.25, 374.625, 16773, 179625.375,
|
250
250
|
161833.5, 17791.875, 161380, 19820)
|
251
|
-
expected4 = (15000,
|
251
|
+
expected4 = (15000, 45318.6, 31953, 749.25, 374.625, 30138.6,
|
252
252
|
529625.375, 511833.5, 17791.875, 511380, 19820)
|
253
253
|
expected5 = (300, 4065, 4065, 0, 0, 3285.3, 25300, 10279.1875, 15000,
|
254
254
|
10382, 17000)
|
255
255
|
expected6 = (-40000, 4065, 4065, 0, 0, 3252, 0, 0, 15000, 10100, 17000)
|
256
256
|
|
257
257
|
@pytest.mark.parametrize(
|
258
|
-
'
|
258
|
+
'test_input, expected_output', [
|
259
259
|
(tuple1, expected1),
|
260
260
|
(tuple2, expected2),
|
261
261
|
(tuple3, expected3),
|
@@ -263,15 +263,16 @@ expected6 = (-40000, 4065, 4065, 0, 0, 3252, 0, 0, 15000, 10100, 17000)
|
|
263
263
|
(tuple5, expected5),
|
264
264
|
(tuple6, expected6)], ids=[
|
265
265
|
'case 1', 'case 2', 'case 3', 'case 4', 'case 5', 'case 6'])
|
266
|
-
def test_EI_PayrollTax(
|
266
|
+
def test_EI_PayrollTax(test_input, expected_output, skip_jit):
|
267
267
|
"""
|
268
268
|
Tests the EI_PayrollTax function
|
269
269
|
"""
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
270
|
+
actual_output = calcfunctions.EI_PayrollTax(*test_input)
|
271
|
+
if not np.allclose(actual_output, expected_output):
|
272
|
+
print('*INPUT:', test_input)
|
273
|
+
print('ACTUAL:', actual_output)
|
274
|
+
print('EXPECT:', expected_output)
|
275
|
+
assert 1 == 2, 'ACTUAL != EXPECT'
|
275
276
|
|
276
277
|
def test_AfterTaxIncome(skip_jit):
|
277
278
|
'''
|
taxcalc/tests/test_calculator.py
CHANGED
@@ -13,7 +13,7 @@ import copy
|
|
13
13
|
import pytest
|
14
14
|
import numpy as np
|
15
15
|
import pandas as pd
|
16
|
-
from taxcalc import Policy, Records, Calculator, Consumption
|
16
|
+
from taxcalc import GrowFactors, Policy, Records, Calculator, Consumption
|
17
17
|
|
18
18
|
|
19
19
|
def test_make_calculator(cps_subsample):
|
@@ -568,7 +568,8 @@ def test_noreform_documentation():
|
|
568
568
|
"""
|
569
569
|
params = Calculator.read_json_param_objects(reform_json, assump_json)
|
570
570
|
assert isinstance(params, dict)
|
571
|
-
|
571
|
+
gfs = GrowFactors()
|
572
|
+
actual_doc = Calculator.reform_documentation(params, gfs)
|
572
573
|
expected_doc = (
|
573
574
|
'REFORM DOCUMENTATION\n'
|
574
575
|
'Baseline Growth-Difference Assumption Values by Year:\n'
|
@@ -623,7 +624,8 @@ def test_reform_documentation():
|
|
623
624
|
params = Calculator.read_json_param_objects(reform_json, assump_json)
|
624
625
|
assert isinstance(params, dict)
|
625
626
|
second_reform = {'II_em': {2019: 6500}}
|
626
|
-
|
627
|
+
gfs = GrowFactors()
|
628
|
+
doc = Calculator.reform_documentation(params, gfs, [second_reform])
|
627
629
|
assert isinstance(doc, str)
|
628
630
|
dump = False # set to True to print documentation and force test failure
|
629
631
|
if dump:
|
taxcalc/tests/test_parameters.py
CHANGED
@@ -18,10 +18,10 @@ from taxcalc import (
|
|
18
18
|
Parameters,
|
19
19
|
Policy,
|
20
20
|
Consumption,
|
21
|
+
GrowDiff,
|
21
22
|
GrowFactors,
|
22
23
|
is_paramtools_format,
|
23
24
|
)
|
24
|
-
from taxcalc.growdiff import GrowDiff
|
25
25
|
|
26
26
|
|
27
27
|
# Test specification and use of simple Parameters-derived class that has
|
@@ -244,7 +244,7 @@ def test_json_file_contents(tests_path, fname):
|
|
244
244
|
elif fname == "growdiff.json":
|
245
245
|
o = GrowDiff()
|
246
246
|
param_list = []
|
247
|
-
for k in o:
|
247
|
+
for k in o:
|
248
248
|
if k[0].isupper(): # find parameters by case of first letter
|
249
249
|
param_list.append(k)
|
250
250
|
for param in param_list:
|
@@ -395,6 +395,7 @@ class ArrayParams(Parameters):
|
|
395
395
|
ArrayParams.NUM_YEARS,
|
396
396
|
**kwargs
|
397
397
|
)
|
398
|
+
self._gfactors = GrowFactors()
|
398
399
|
self._inflation_rates = [0.02] * self.num_years
|
399
400
|
self._wage_growth_rates = [0.03] * self.num_years
|
400
401
|
|
taxcalc/tests/test_pufcsv.py
CHANGED
@@ -234,9 +234,7 @@ def test_mtr(tests_path, puf_path):
|
|
234
234
|
assert np.allclose((calc.array('iitax') +
|
235
235
|
calc.array('payrolltax')),
|
236
236
|
calc.array('combined'))
|
237
|
-
assert np.allclose(
|
238
|
-
calc.array('setax') +
|
239
|
-
calc.array('ptax_amc')),
|
237
|
+
assert np.allclose(calc.array('ptax_was'),
|
240
238
|
calc.array('payrolltax'))
|
241
239
|
assert np.allclose(calc.array('c21060') - calc.array('c21040'),
|
242
240
|
calc.array('c04470'))
|
taxcalc/tests/test_reforms.py
CHANGED
@@ -383,4 +383,4 @@ def test_ext_reform(tests_path):
|
|
383
383
|
iitax_ext = calc_ext.array('iitax')
|
384
384
|
rdiff = iitax_ext - iitax_end
|
385
385
|
weighted_sum_rdiff = (rdiff * calc_end.array('s006')).sum() * 1.0e-9
|
386
|
-
assert np.allclose([weighted_sum_rdiff], [-
|
386
|
+
assert np.allclose([weighted_sum_rdiff], [-215.659], rtol=0.0, atol=0.01)
|
taxcalc/tests/test_utils.py
CHANGED
@@ -193,20 +193,20 @@ def test_create_tables(cps_subsample):
|
|
193
193
|
tabcol = 'iitax'
|
194
194
|
expected = [0.0,
|
195
195
|
0.0,
|
196
|
-
-0.
|
197
|
-
-
|
198
|
-
-5.
|
199
|
-
8
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
153.4,
|
205
|
-
910.1,
|
206
|
-
1205.5,
|
196
|
+
-0.3,
|
197
|
+
-3.8,
|
198
|
+
-5.4,
|
199
|
+
14.8,
|
200
|
+
21.8,
|
201
|
+
34.4,
|
202
|
+
32.9,
|
203
|
+
75.8,
|
207
204
|
159.4,
|
208
|
-
|
209
|
-
|
205
|
+
930.7,
|
206
|
+
1260.3,
|
207
|
+
162.9,
|
208
|
+
278.0,
|
209
|
+
489.7]
|
210
210
|
if not np.allclose(dist[tabcol].values.astype('float'), expected,
|
211
211
|
atol=0.1, rtol=0.0):
|
212
212
|
test_failure = True
|
@@ -291,18 +291,18 @@ def test_create_tables(cps_subsample):
|
|
291
291
|
tabcol = 'iitax'
|
292
292
|
expected = [0.0,
|
293
293
|
0.0,
|
294
|
-
-1.3,
|
295
|
-
-7.6,
|
296
294
|
-1.2,
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
295
|
+
-7.2,
|
296
|
+
3.2,
|
297
|
+
26.1,
|
298
|
+
32.8,
|
299
|
+
54.4,
|
300
|
+
100.9,
|
301
|
+
334.8,
|
302
|
+
335.3,
|
303
|
+
65.6,
|
304
|
+
315.5,
|
305
|
+
1260.3]
|
306
306
|
if not np.allclose(dist[tabcol].values.astype('float'), expected,
|
307
307
|
atol=0.1, rtol=0.0):
|
308
308
|
test_failure = True
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: taxcalc
|
3
|
-
Version: 4.3.
|
3
|
+
Version: 4.3.5
|
4
4
|
Summary: taxcalc
|
5
5
|
Home-page: https://github.com/PSLmodels/Tax-Calculator
|
6
6
|
Download-URL: https://github.com/PSLmodels/Tax-Calculator
|
@@ -24,7 +24,7 @@ Requires-Dist: pandas
|
|
24
24
|
Requires-Dist: bokeh
|
25
25
|
Requires-Dist: numba
|
26
26
|
Requires-Dist: requests
|
27
|
-
Requires-Dist: paramtools
|
27
|
+
Requires-Dist: paramtools>=0.18.3
|
28
28
|
|
29
29
|
| | |
|
30
30
|
| --- | --- |
|
@@ -1,69 +1,69 @@
|
|
1
|
-
taxcalc/__init__.py,sha256
|
2
|
-
taxcalc/calcfunctions.py,sha256=
|
3
|
-
taxcalc/calculator.py,sha256=
|
1
|
+
taxcalc/__init__.py,sha256=-Qv6D66ofmfwQXpruyil0TsiELQv8463_65PVqxlWaU,536
|
2
|
+
taxcalc/calcfunctions.py,sha256=VHQ3YgpyhkDIVclM_sR-fRoUJc8afYGjnzfVVx4mDEg,146595
|
3
|
+
taxcalc/calculator.py,sha256=sl2YYR2QH9bEo7cQGhvpTIku1XUt7XdK9krBI8k6Rj8,63908
|
4
4
|
taxcalc/conftest.py,sha256=nO4J7qu1sTHgjqrzhpRMvfMJUrNm6GP_IsSuuDt_MeQ,141
|
5
5
|
taxcalc/consumption.json,sha256=D4Iz625yka_LSlq313hoy01qGtNrpN5QYAHqd9QQfVA,8102
|
6
6
|
taxcalc/consumption.py,sha256=IS-pB2I0JW3pdXB0vHvqA14AVnkP-TDNYFMx8MmQYIg,3327
|
7
7
|
taxcalc/cps.csv.gz,sha256=SS6tSduU_Eu0EJwzpslnmqMsQQQucVMzzITfH-SeV40,9851074
|
8
|
-
taxcalc/cps_weights.csv.gz,sha256=
|
8
|
+
taxcalc/cps_weights.csv.gz,sha256=qPkZmVpmVPiRgnTm22VzcfNFAVigcgKVqfm6vjJWR4s,13024268
|
9
9
|
taxcalc/data.py,sha256=KnVxSbYUF-wn_ZKCo1EHOLOVVK6ldis8vL_EB8oSR2c,11723
|
10
10
|
taxcalc/decorators.py,sha256=uCZGHrq90k5Gr5YA_1tuWkCMEiOPbqXp6wxCWp6cDfM,11332
|
11
11
|
taxcalc/growdiff.json,sha256=im6mp7NZfpROismsNTjwLLAwIEltZsFfV6EKFEG3dKo,15037
|
12
12
|
taxcalc/growdiff.py,sha256=lW0tvVh2WtOOznf1AdAyDzvB-WLb8sgyogCbAOUqXw0,2905
|
13
|
-
taxcalc/growfactors.csv,sha256=
|
13
|
+
taxcalc/growfactors.csv,sha256=yAnRpyqckjbUDKYj0e6is_pL_3H0AVtH4-jf8yxlpI0,4681
|
14
14
|
taxcalc/growfactors.py,sha256=MNb2XbAV_RbJDjbZp7iMvC6dHabAe97wdbXWEqdAmaQ,6534
|
15
|
-
taxcalc/parameters.py,sha256=
|
16
|
-
taxcalc/policy.py,sha256=
|
17
|
-
taxcalc/policy_current_law.json,sha256=
|
18
|
-
taxcalc/puf_ratios.csv,sha256=
|
19
|
-
taxcalc/puf_weights.csv.gz,sha256=
|
20
|
-
taxcalc/records.py,sha256=
|
21
|
-
taxcalc/records_variables.json,sha256=
|
22
|
-
taxcalc/taxcalcio.py,sha256=
|
15
|
+
taxcalc/parameters.py,sha256=NTJeI6g_LDY0Q1q_paPpsumv4JuefyIJDp55l9uqyp0,31203
|
16
|
+
taxcalc/policy.py,sha256=HfSlaHsEwFtMl10p9jvepKoBZtMTofHj-NajrpxrKt0,6559
|
17
|
+
taxcalc/policy_current_law.json,sha256=X_Q_gm58mZJRVBm9ABe91IUx7ajpJecZmA5jdq4iDXY,690298
|
18
|
+
taxcalc/puf_ratios.csv,sha256=htfJvGM236MyFTGBHioy_XUL7_LOoFtMlvhyESqrrPE,3439
|
19
|
+
taxcalc/puf_weights.csv.gz,sha256=Chkk3TosWJQjTI6Idpo705By_WyNpzen8J6dR8afVTE,12967455
|
20
|
+
taxcalc/records.py,sha256=ZLgAyzb7lITb7p8Qpj-JO7H03byeIwwn171SmQdaxWs,18208
|
21
|
+
taxcalc/records_variables.json,sha256=SXr0Vl09MS5efy6LbdXHuBH3DcEBwIoga52tyAv_Trk,42755
|
22
|
+
taxcalc/taxcalcio.py,sha256=hqu69PE0YneeORn-wTnMFDJbkggQ7nNJxG-UcvyhfSw,35062
|
23
23
|
taxcalc/utils.py,sha256=aNIEYbm37pQoayt_rXrr9iKoodoE-DH8EFL2A0rSokk,62468
|
24
24
|
taxcalc/utilsprvt.py,sha256=iIyWp9-N3_XWjQj2jV2CWnJy7vrNlKB2_vIMwYjgbWY,1323
|
25
25
|
taxcalc/assumptions/ASSUMPTIONS.md,sha256=cFQqWn1nScaladVaQ7xNm1jDY8CsGdLmqZEzUZeRrb8,1917
|
26
|
-
taxcalc/assumptions/README.md,sha256=
|
27
|
-
taxcalc/assumptions/economic_assumptions_template.json,sha256=
|
26
|
+
taxcalc/assumptions/README.md,sha256=Ww55r2zH1neoRSl_MawrPmX-ugaztIZ7_ALrquuatdQ,809
|
27
|
+
taxcalc/assumptions/economic_assumptions_template.json,sha256=utMk38GwSQFrkOAtRrDVhMQLpfaZH3JmtTznKX7IouM,2610
|
28
28
|
taxcalc/cli/__init__.py,sha256=cyZ0tdx41j_vV_B6GAkqJmNKKG-B0wUC0ThC75lJlk4,104
|
29
29
|
taxcalc/cli/tc.py,sha256=vk9yr8avP3AG8b8X8IpEZxKMfZ4FacE9XvrwmnKw3yM,12083
|
30
30
|
taxcalc/reforms/2017_law.json,sha256=u-xaPSvt5ubfZw1Nb-jNhTNcOPBUJeAX2kJVoEyMgC4,5860
|
31
|
-
taxcalc/reforms/2017_law.out.csv,sha256=
|
31
|
+
taxcalc/reforms/2017_law.out.csv,sha256=nnNKXqY2kof8HC1nnU8srPsvNNepi6ISXQ9OJpQnT7M,473
|
32
32
|
taxcalc/reforms/ARPA.json,sha256=1H9LuJ_QitXRO9e8R3PWizajJgdioIzbGFdvdlt9FVg,3119
|
33
|
-
taxcalc/reforms/ARPA.out.csv,sha256=
|
33
|
+
taxcalc/reforms/ARPA.out.csv,sha256=qSUdI0LoQFGG6h24eT-249pLEqmxmt7TvLrv1HX_y3Y,475
|
34
34
|
taxcalc/reforms/BrownKhanna.json,sha256=yydcFsixV28p1I5uB0VgwJJ5GyGL0JU8K-IUwrPHlzs,964
|
35
|
-
taxcalc/reforms/BrownKhanna.out.csv,sha256=
|
35
|
+
taxcalc/reforms/BrownKhanna.out.csv,sha256=D2pPxtH5RyMnf8wQad3R2W1Uh4ZLXa7MAQ_dQccMkPA,475
|
36
36
|
taxcalc/reforms/CARES.json,sha256=dOgyA2_bqEAJXpoFSmfdpKTmnYd3Rq1-zx1wLVoMJcI,1979
|
37
|
-
taxcalc/reforms/CARES.out.csv,sha256=
|
37
|
+
taxcalc/reforms/CARES.out.csv,sha256=4DkEQm6l3BKsRz9JW80qyqiU4AM9ocze2aInfqVDKCM,476
|
38
38
|
taxcalc/reforms/ConsolidatedAppropriationsAct2021.json,sha256=3lWa9vNU3wneNQMI4aSSDAIC3grQ5qm6kHAmIBHSvBI,528
|
39
|
-
taxcalc/reforms/ConsolidatedAppropriationsAct2021.out.csv,sha256=
|
39
|
+
taxcalc/reforms/ConsolidatedAppropriationsAct2021.out.csv,sha256=qSUdI0LoQFGG6h24eT-249pLEqmxmt7TvLrv1HX_y3Y,475
|
40
40
|
taxcalc/reforms/Larson2019.json,sha256=bpfcrtwJO2tNKAG4ITXedCUggbkxXNuwxyrZ456KA-U,1662
|
41
|
-
taxcalc/reforms/Larson2019.out.csv,sha256=
|
42
|
-
taxcalc/reforms/README.md,sha256=
|
41
|
+
taxcalc/reforms/Larson2019.out.csv,sha256=s9kVoVYOrznFx4bGiDewyHWRKf7-wgXqpMIMTyxC1zA,475
|
42
|
+
taxcalc/reforms/README.md,sha256=0Ua4RBUnLKcEwxHqncRFDg7QMNq1oblXVNeyYRYfae4,1193
|
43
43
|
taxcalc/reforms/REFORMS.md,sha256=BTXM9vSz0p0Mi9QHdDrngbdQfIbdYPg9u8UE2PtErvk,3658
|
44
44
|
taxcalc/reforms/Renacci.json,sha256=U6rmbe1-IANG_H69xET5G8-v76ErbbHcm1JdRzAO8y4,2437
|
45
|
-
taxcalc/reforms/Renacci.out.csv,sha256=
|
45
|
+
taxcalc/reforms/Renacci.out.csv,sha256=dBrDH-Sc5EYvsYzotJZShRxd1EbhdI3enOUqaAsAyuI,472
|
46
46
|
taxcalc/reforms/SandersDeFazio.json,sha256=BMSfl96ERD4SGd_PDMQkiDV5s4iD7Mh1BjS7uKxVD18,710
|
47
|
-
taxcalc/reforms/SandersDeFazio.out.csv,sha256=
|
47
|
+
taxcalc/reforms/SandersDeFazio.out.csv,sha256=gIgcP6deUqtq-r9p6Lirg_hxUFDtFPJmKZWGzLrnIjU,475
|
48
48
|
taxcalc/reforms/TCJA.json,sha256=h8_Wb9L07Lp4PIRcWySlXOgu5tjt35cnVYoHLDpl5fg,7394
|
49
49
|
taxcalc/reforms/TCJA.md,sha256=Uy5DtvQ9IiQKmWS-ISX_Dup3MwZNpBgS1Y78Rn3butY,2159
|
50
|
-
taxcalc/reforms/TCJA.out.csv,sha256=
|
50
|
+
taxcalc/reforms/TCJA.out.csv,sha256=fiDRHHku0MQptfDXTK9KhnSF87_446bRFfebP_VBLZA,474
|
51
51
|
taxcalc/reforms/Trump2016.json,sha256=Djfh1UWC3SckedPwEUw7byd7t-ewuBl2i_T1XfY9xlc,2924
|
52
|
-
taxcalc/reforms/Trump2016.out.csv,sha256=
|
52
|
+
taxcalc/reforms/Trump2016.out.csv,sha256=TXPSVmc3rE-6-RTVjk632A041e3_p8WW6IjoyYiAtfI,477
|
53
53
|
taxcalc/reforms/Trump2017.json,sha256=DZjCJQZYe98Skyss7z_Jhj8HJld_FPZeQGxwzGgQInM,1819
|
54
|
-
taxcalc/reforms/Trump2017.out.csv,sha256=
|
54
|
+
taxcalc/reforms/Trump2017.out.csv,sha256=By1quzZONFLQGK5E76mbNNFuORZ8aCGHpD1BR5iwTS8,474
|
55
55
|
taxcalc/reforms/cases.csv,sha256=JQ0LSnNeyl6xSgW5mimGUJMr7xwCWTOpiOpfwx2ETsg,570
|
56
|
-
taxcalc/reforms/clp.out.csv,sha256=
|
57
|
-
taxcalc/reforms/ext.json,sha256=
|
56
|
+
taxcalc/reforms/clp.out.csv,sha256=qSUdI0LoQFGG6h24eT-249pLEqmxmt7TvLrv1HX_y3Y,475
|
57
|
+
taxcalc/reforms/ext.json,sha256=jgDUuo_v38MFijKuPWyf3xe1OU3v98hxJCeAMJ_lcaM,3033
|
58
58
|
taxcalc/reforms/growfactors_ext.csv,sha256=E0szWXtgV5jcpiyvREOz1yXw_poPIBC77bBQI1rlFxM,17733
|
59
59
|
taxcalc/reforms/ptaxes0.json,sha256=QkvqCVkI23sF7FvTHqaUYNpEJYuHNChbKwH0mH7Otp4,1718
|
60
|
-
taxcalc/reforms/ptaxes0.out.csv,sha256=
|
60
|
+
taxcalc/reforms/ptaxes0.out.csv,sha256=DKGsyNWqo-ABUnjFjEGMpqqhmT2WDRGuU6sKTgH_obc,476
|
61
61
|
taxcalc/reforms/ptaxes1.json,sha256=TnVuF4SGhdUfcgm2lrhDew_kl9Q41UyT3nnfqvELnkw,663
|
62
|
-
taxcalc/reforms/ptaxes1.out.csv,sha256=
|
62
|
+
taxcalc/reforms/ptaxes1.out.csv,sha256=dT6CYUfG8oGepqTP3c12hsgmFPsOpWU73YSK5-PqWwU,473
|
63
63
|
taxcalc/reforms/ptaxes2.json,sha256=ULvxjEH4PnGNtOVGtE2rLCqS-jxJS7vwCA1OYbnUgSU,629
|
64
|
-
taxcalc/reforms/ptaxes2.out.csv,sha256=
|
64
|
+
taxcalc/reforms/ptaxes2.out.csv,sha256=XxL40XVB6mYhYqORJPacO9wbu3nnWNFtvGNMg5_Z348,473
|
65
65
|
taxcalc/reforms/ptaxes3.json,sha256=hTBBNDFEpf-utpVfDlyN1x3-pXRqg_Ajiv-cEjO6Uwc,1055
|
66
|
-
taxcalc/reforms/ptaxes3.out.csv,sha256=
|
66
|
+
taxcalc/reforms/ptaxes3.out.csv,sha256=Ot80jRfv_lR6IV5wpqCM8apSMRUj14S1YXnFx0tRuMw,473
|
67
67
|
taxcalc/reforms/archive/Clinton2016.json,sha256=AVZuApmbRnCh6UNItG2CzQ2LdW5oT0AYRQpbb3DKPE0,2770
|
68
68
|
taxcalc/reforms/archive/RyanBrady.json,sha256=3G7YBd0M9STZqU5YrMFLAFy9Gh-HO70uGBMjFsIO9Bs,3494
|
69
69
|
taxcalc/reforms/archive/TCJA_House.json,sha256=we4sAXaYC-KCDys_ffOF67Z9wNUvNLA8v53jq5KJphk,4985
|
@@ -73,20 +73,20 @@ taxcalc/reforms/archive/TCJA_Senate.json,sha256=cKFT_uVzyFBygfH3ejxRNG6c99FNp_nY
|
|
73
73
|
taxcalc/reforms/archive/TCJA_Senate_111417.json,sha256=1CaBXpuQNZaewGExIkT04TMBqIIuhbfBOTuDNSvnjCU,5962
|
74
74
|
taxcalc/reforms/archive/TCJA_Senate_120117.json,sha256=hruGq8bVtJEMmSsOIuTcWiYONrd3bpXIUbif0rTmB9k,6179
|
75
75
|
taxcalc/tests/benefits_expect.csv,sha256=CFpMpg8a-5iNVSRnmCnl9dncwXx6eGn-KSnTJ2GqmS4,4833
|
76
|
-
taxcalc/tests/cmpi_cps_expect.txt,sha256=
|
77
|
-
taxcalc/tests/cmpi_puf_expect.txt,sha256=
|
76
|
+
taxcalc/tests/cmpi_cps_expect.txt,sha256=XyG9mQ2S4tnmcZXV3zMwOpM0ratMJeA6ip4qPaOFQO0,6268
|
77
|
+
taxcalc/tests/cmpi_puf_expect.txt,sha256=pxsCqhGXC-Y-AiBmIt_qg_hs8F2qMdvqHkWQobvuSkY,6270
|
78
78
|
taxcalc/tests/conftest.py,sha256=RBXQfYEHaFEDuUwgUY0zduHh4UF4xw555_23kfixMqo,4882
|
79
|
-
taxcalc/tests/cpscsv_agg_expect.csv,sha256=
|
80
|
-
taxcalc/tests/puf_var_correl_coeffs_2016.csv,sha256=
|
81
|
-
taxcalc/tests/puf_var_wght_means_by_year.csv,sha256=
|
82
|
-
taxcalc/tests/pufcsv_agg_expect.csv,sha256=
|
83
|
-
taxcalc/tests/pufcsv_mtr_expect.txt,sha256=
|
79
|
+
taxcalc/tests/cpscsv_agg_expect.csv,sha256=tJOwEgPTNsK1vBdqI6rAfsvzPciBTgaYTyiHuTmsTqw,2088
|
80
|
+
taxcalc/tests/puf_var_correl_coeffs_2016.csv,sha256=2VtWUcTaE6c5cmmEDylv9XKVONLT6GZ10gozELxk-2g,57314
|
81
|
+
taxcalc/tests/puf_var_wght_means_by_year.csv,sha256=9hpz0l2_OiilLj93ikALWZFZ3wM1cUuMtDJkUyv3kNU,20049
|
82
|
+
taxcalc/tests/pufcsv_agg_expect.csv,sha256=f7rfFW3et6ZZMLENJTuKx8y-3urx6H2JMY31zY4Q2iY,2117
|
83
|
+
taxcalc/tests/pufcsv_mtr_expect.txt,sha256=xGsUfafzsZ04fFQw162ys-1Mf1CDC_PQ0QZNigS07VY,4265
|
84
84
|
taxcalc/tests/reforms.json,sha256=vGJrvfKJ7h5iAWF-vV9NmY8Z9HP_iereiYiYNcfhBMo,19212
|
85
|
-
taxcalc/tests/reforms_expect.csv,sha256=
|
85
|
+
taxcalc/tests/reforms_expect.csv,sha256=6m0bSH8S6ReMYdHoQC9iWYuJAof5sZ0OONVBi7zX8JE,1464
|
86
86
|
taxcalc/tests/test_4package.py,sha256=xIZ0M9cIe9LVQ1AEgmqKfwiMTH9l4JP1d79Ky9p1mM8,2096
|
87
87
|
taxcalc/tests/test_benefits.py,sha256=cseQyLYxyjBBWJq1yLY0uXzS3FwhIM9oEP4DbZof81M,3387
|
88
|
-
taxcalc/tests/test_calcfunctions.py,sha256=
|
89
|
-
taxcalc/tests/test_calculator.py,sha256=
|
88
|
+
taxcalc/tests/test_calcfunctions.py,sha256=oP-tDlpnR4tkdDgPLue-shU3fWVaX-_BErEm5butDeM,31801
|
89
|
+
taxcalc/tests/test_calculator.py,sha256=E_vQ3FOlI7XRaHLGaGszROL52tPsBEolwfnaTpQdN-A,36091
|
90
90
|
taxcalc/tests/test_compare.py,sha256=iYLxopqiKM3H1CHxAbzdi74oydkGb3vq6QgcYVr0qaI,10958
|
91
91
|
taxcalc/tests/test_compatible_data.py,sha256=sG3REUSIL4_yO4JbX3s1pC7SWlvw1gvaswAibB5EiVY,13389
|
92
92
|
taxcalc/tests/test_consumption.py,sha256=14EP69vsMYfLlpZ8UkpN3JSNS54Xp1KvIN5A1fO1k9g,6000
|
@@ -95,15 +95,15 @@ taxcalc/tests/test_data.py,sha256=5xIH7wgT2puF29S0sf3w6kxKhdi6OUiIz0Gx8BLFmxI,40
|
|
95
95
|
taxcalc/tests/test_decorators.py,sha256=G-zmz78fZ8G6elCuRfe2KFBVOCUFNJHXnF228_FKhvk,8628
|
96
96
|
taxcalc/tests/test_growdiff.py,sha256=3KVa0xVHr0bMtApWBCxyaAP3kSQu9_5e0lPb11CY5Ao,3388
|
97
97
|
taxcalc/tests/test_growfactors.py,sha256=8QhU7zk8An3pHUECW0pxbTmE0jzDUo3ayW5eQKKejMQ,2775
|
98
|
-
taxcalc/tests/test_parameters.py,sha256=
|
98
|
+
taxcalc/tests/test_parameters.py,sha256=QtB2_Xtc0jjfDciLjGYJMsKEEqLG8ebT02auq6cMPmU,20536
|
99
99
|
taxcalc/tests/test_policy.py,sha256=5SakpBvchBINOhHXI4jhw3WaoGdJx4HwgwEE7jP3Hig,52929
|
100
100
|
taxcalc/tests/test_puf_var_stats.py,sha256=wdJ6Gf3i_VhyLMqFURZdtvD1u8fepP8dsmxuM1H1GGE,7844
|
101
|
-
taxcalc/tests/test_pufcsv.py,sha256
|
101
|
+
taxcalc/tests/test_pufcsv.py,sha256=-1EFSlMj_0l5DtN-hUnKJI2q6-Zrq5W1kPiwW-NQIjk,16443
|
102
102
|
taxcalc/tests/test_records.py,sha256=CmYLJOH63vlm4K96z6Q1nzb1bK_F_rPKehZ0MFKTI4o,8323
|
103
|
-
taxcalc/tests/test_reforms.py,sha256=
|
103
|
+
taxcalc/tests/test_reforms.py,sha256=laGxmPEZZGhgVY5sRnd703KIRAax0JsTiKQWg1ZAsdI,15855
|
104
104
|
taxcalc/tests/test_responses.py,sha256=-t0-Yr2X8Y1e1KZ4oF6dlt4Ze5jbn8_JQalAee3KPzk,1625
|
105
105
|
taxcalc/tests/test_taxcalcio.py,sha256=-O9uhV2spiUvBN2XUS4kVOUUFCsW6Ynl6XNw4dJSCVo,24979
|
106
|
-
taxcalc/tests/test_utils.py,sha256=
|
106
|
+
taxcalc/tests/test_utils.py,sha256=SkoB8h4BqX8itqnRE2Kfq-mdgfbTgn0gvOcowtq9P84,29140
|
107
107
|
taxcalc/validation/CSV_INPUT_VARS.md,sha256=MqlZZGt_a1n8JAU-nY5MjnTmjz1pMOuhtpVYIGUgl38,1433
|
108
108
|
taxcalc/validation/CSV_OUTPUT_VARS.md,sha256=wr8oyCJDXcxl4Lu0H_wMofUQYhEIyHDif6vkbas1FGE,3000
|
109
109
|
taxcalc/validation/README.md,sha256=6NzuGrgLQ6lrxw7AXZbHEJQy9WuIu6E1bgfM2Zfaq5I,3260
|
@@ -131,9 +131,9 @@ taxcalc/validation/taxsim35/expected_differences/b21-taxdiffs-expect.csv,sha256=
|
|
131
131
|
taxcalc/validation/taxsim35/expected_differences/c17-taxdiffs-expect.csv,sha256=YhgojbLowH3yujdYu7SGkdvBZmTgpugu4wYc1Be069M,1125
|
132
132
|
taxcalc/validation/taxsim35/expected_differences/c18-taxdiffs-expect.csv,sha256=g9J4BPbTySV-h-RcLvReJq9v1jscgiRSSZzi0taEA-k,1225
|
133
133
|
taxcalc/validation/taxsim35/expected_differences/c19-taxdiffs-expect.csv,sha256=Ceh15N_Xr3L7cpYjzGa-8NLCV3obc8PNHEhE5ZxSPhI,1238
|
134
|
-
taxcalc-4.3.
|
135
|
-
taxcalc-4.3.
|
136
|
-
taxcalc-4.3.
|
137
|
-
taxcalc-4.3.
|
138
|
-
taxcalc-4.3.
|
139
|
-
taxcalc-4.3.
|
134
|
+
taxcalc-4.3.5.dist-info/LICENSE,sha256=m5epLdB-_NXiY7NsEDgcHP4jDtJ4vOlRf5S3Jb-jraY,1299
|
135
|
+
taxcalc-4.3.5.dist-info/METADATA,sha256=DHSJttwTC6e_ebLdVe7WdawStjMbyRay-Klzcr0SDZo,3182
|
136
|
+
taxcalc-4.3.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
137
|
+
taxcalc-4.3.5.dist-info/entry_points.txt,sha256=a3ZE1piRv683p27fOLdWZvVJXESkoslTOp5iXV7uVco,50
|
138
|
+
taxcalc-4.3.5.dist-info/top_level.txt,sha256=Wh8wTDHkA_cm4dn8IoUCviDyGgVQqwEQKPJnl8z6d4c,8
|
139
|
+
taxcalc-4.3.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|