We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d4711 commit 1909dacCopy full SHA for 1909dac
2 files changed
policyengine_us_data/datasets/puf/irs_puf.py
@@ -43,5 +43,6 @@ class IRS_PUF_2015(IRS_PUF):
43
puf_demographics_file_path = STORAGE_FOLDER / "demographics_2015.csv"
44
file_path = STORAGE_FOLDER / "irs_puf_2015.h5"
45
46
+
47
if __name__ == "__main__":
- IRS_PUF_2015().generate()
48
+ IRS_PUF_2015().generate()
policyengine_us_data/datasets/puf/puf.py
@@ -516,4 +516,4 @@ class PUF_2024(PUF):
516
}
517
518
519
- PUF_2015().generate()
+ PUF_2015().generate()
0 commit comments