Skip to content

Commit fbbc628

Browse files
authored
Merge pull request #369 from PolicyEngine/no-github-downloads
removing github download option. Switching to hugging face downloads
2 parents 2508741 + 9aeb3f7 commit fbbc628

File tree

6 files changed

+17
-268
lines changed

6 files changed

+17
-268
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ changelog:
2020
touch changelog_entry.yaml
2121

2222
download:
23-
python policyengine_us_data/storage/download_public_prerequisites.py
2423
python policyengine_us_data/storage/pull_age_targets.py
2524
python policyengine_us_data/storage/pull_soi_state_targets.py
2625
python policyengine_us_data/storage/pull_snap_state_targets.py

changelog_entry.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- bump: minor
2+
changes:
3+
changed:
4+
- Removed github download capability
5+
- Changed download option for soi.csv and np2023_d5_mid.csv to Hugging Face

policyengine_us_data/storage/download_private_prerequisites.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@
1515
local_folder=FOLDER,
1616
version=None,
1717
)
18+
download(
19+
repo="policyengine/irs-soi-puf",
20+
repo_filename="soi.csv",
21+
local_folder=FOLDER,
22+
version=None,
23+
)
24+
download(
25+
repo="policyengine/irs-soi-puf",
26+
repo_filename="np2023_d5_mid.csv",
27+
local_folder=FOLDER,
28+
version=None,
29+
)

policyengine_us_data/storage/download_public_prerequisites.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

policyengine_us_data/utils/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from .github import *
21
from .soi import *
32
from .uprating import *
43
from .loss import *

policyengine_us_data/utils/github.py

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)