Skip to content

Commit

Permalink
Merge pull request #151 from PeterDSteinberg/fix-conda-recipe
Browse files Browse the repository at this point in the history
fix conda.recipe for BTAX_CUR_DIR
  • Loading branch information
jdebacker committed Apr 6, 2017
2 parents 142547a + aa32503 commit 0a7bf49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions btax/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ def runner(test_run,start_year,iit_reform,**user_params):
#visuals_plotly.asset_bubble(output_by_asset)

# save output to csv - useful if run locally
base_output_by_industry.to_csv('baseline_byindustry.csv',encoding='utf-8')
reform_output_by_industry.to_csv('reform_byindustry.csv',encoding='utf-8')
base_output_by_asset.to_csv('base_byasset.csv',encoding='utf-8')
reform_output_by_asset.to_csv('reform_byasset.csv',encoding='utf-8')



Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:

build:
script_env:
- BTAX_CUR_DIR={{ environ["RECIPE_DIR"] }}/../btax
- BTAX_CUR_DIR={{ environ["RECIPE_DIR"] }}/../

requirements:
build:
Expand Down

0 comments on commit 0a7bf49

Please sign in to comment.