diff --git a/Makefile b/Makefile index f1a92eed..57e73a7d 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ cps_stage1/stage_2_targets.csv: cps_stage1/stage1.py \ cps_stage2/cps_weights.csv.gz: cps_stage2/stage2.py \ cps_stage2/solve_lp_for_year.py \ - cps_data/cps_raw.csv.gz \ + cps_data/pycps/cps_raw.csv.gz \ puf_stage1/Stage_I_factors.csv \ cps_stage1/stage_2_targets.csv cd cps_stage2 ; python stage2.py && \ diff --git a/puf_data/StatMatch/README.md b/puf_data/StatMatch/README.md index 9c264a13..d6870235 100644 --- a/puf_data/StatMatch/README.md +++ b/puf_data/StatMatch/README.md @@ -1,7 +1,7 @@ # StatMatch This repo holds scripts for performing a statistical match -using the March 2016 CPS and 2011 IRS SOI Public Use File (PUF) datasets +using the March 2016 CPS and 2011 IRS SOI Public Use File (PUF) datasets. ## Usage @@ -26,4 +26,4 @@ Files are run in the following order: 5. `phase1.py` 6. `phase2.py` 7. `add_cps_vars.py` -8. `add_nonfilers.py` +8. `add_nonfilers.py` \ No newline at end of file