Skip to content

Commit

Permalink
use new growfactors api
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 15, 2024
1 parent eb5b867 commit ff50298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def run_model(meta_param_dict, adjustment):
call_tc=True,
iit_reform=iit_mods,
data=data,
gfactors=GrowFactors.FILE_NAME,
gfactors=GrowFactors.FILE_PATH,
weights=weights,
records_start_year=records_start_year,
)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python
- "taxcalc>=3.1.0"
- "paramtools>=0.18.0"
- "paramtools>=0.18.3"
- "pandas>=2.2.0"
- bokeh>=3.1.1
- setuptools
Expand Down

0 comments on commit ff50298

Please sign in to comment.