From fecf6fb61db9b5d95dcdad60fe8f2f1523ce49aa Mon Sep 17 00:00:00 2001 From: chusloj Date: Thu, 25 Jun 2020 14:06:48 -0400 Subject: [PATCH 1/2] commit README --- puf_data/StatMatch/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From fd84998e64cbe3c1667223b5f09fa21e7e8bb0e9 Mon Sep 17 00:00:00 2001 From: Jacob C <44846403+chusloj@users.noreply.github.com> Date: Thu, 16 Jul 2020 16:06:10 -0400 Subject: [PATCH 2/2] updates makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \