Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
added:
- cps_2024.h5 to HuggingFace upload list so the raw (unenhanced) 2024 CPS dataset is published
2 changes: 2 additions & 0 deletions policyengine_us_data/storage/upload_completed_datasets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from policyengine_us_data.datasets import (
EnhancedCPS_2024,
)
from policyengine_us_data.datasets.cps.cps import CPS_2024
from policyengine_us_data.storage import STORAGE_FOLDER
from policyengine_us_data.utils.data_upload import upload_data_files
from google.cloud import storage
Expand All @@ -10,6 +11,7 @@
def upload_datasets():
dataset_files = [
EnhancedCPS_2024.file_path,
CPS_2024.file_path,
STORAGE_FOLDER / "small_enhanced_cps_2024.h5",
STORAGE_FOLDER / "calibration" / "policy_data.db",
]
Expand Down
Loading