Skip to content

Commit 1909dac

Browse files
Format
1 parent b0d4711 commit 1909dac

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

policyengine_us_data/datasets/puf/irs_puf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ class IRS_PUF_2015(IRS_PUF):
4343
puf_demographics_file_path = STORAGE_FOLDER / "demographics_2015.csv"
4444
file_path = STORAGE_FOLDER / "irs_puf_2015.h5"
4545

46+
4647
if __name__ == "__main__":
47-
IRS_PUF_2015().generate()
48+
IRS_PUF_2015().generate()

policyengine_us_data/datasets/puf/puf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,4 +516,4 @@ class PUF_2024(PUF):
516516
}
517517

518518
if __name__ == "__main__":
519-
PUF_2015().generate()
519+
PUF_2015().generate()

0 commit comments

Comments
 (0)