Skip to content

Commit

Permalink
Install more-precise weights
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed May 3, 2024
1 parent 1c6ec0d commit 975b5a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: bokeh
Requires-Dist: numba
Requires-Dist: requests
Requires-Dist: paramtools

| | |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ def _read_weights(self, weights):

def _extrapolate(self, year):
"""
Apply to dats variables the growth factor values for specified year.
Apply to data variables the growth factor values for specified year.
"""
# Override this empty method in subclass
2 changes: 1 addition & 1 deletion taxcalc/policy_current_law.json
Original file line number Diff line number Diff line change
Expand Up @@ -20692,4 +20692,4 @@
"cps": true
}
}
}
}
Binary file modified taxcalc/tmd_weights.csv.gz
Binary file not shown.

0 comments on commit 975b5a4

Please sign in to comment.