Skip to content

Commit

Permalink
Merge pull request #204 from jdebacker/gfactor
Browse files Browse the repository at this point in the history
Fix docstring reference to microdata dictionary name
  • Loading branch information
jdebacker committed Aug 21, 2024
2 parents f89e969 + 267b241 commit 5bc9b7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion taxbrain/taxbrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
file or a Pandas DataFrame, containing micro-data, or a
dictionary containing a path to microdata, associated
weights, and grow factors. If a dict, must have keys:
"data", "start_year", "gfactors", "weights"
"data", "start_year", "growfactors", "weights"
reform: str or dict
Individual income tax policy reform. Can be either a string
pointing to a JSON reform file, or the contents of a JSON file,
Expand Down
6 changes: 3 additions & 3 deletions taxbrain/tests/expected_weighted_table.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
,2018,2019
Base,2333219200997.7583,2453853281529.6304
Reform,2333219200997.7583,2485749384352.428
Difference,0.0,31896102822.79785
Base,2332985274190.805,2453761662923.492
Reform,2332985274190.805,2485645445632.9185
Difference,0.0,31883782709.42627

0 comments on commit 5bc9b7e

Please sign in to comment.