Skip to content

Commit

Permalink
Merge pull request #27 from PavelMakarchuk/PavelMakarchuk/issue26
Browse files Browse the repository at this point in the history
Add CPS_2024 and EnhancedCPS_2024 to `DATASETS`
  • Loading branch information
MaxGhenis authored Sep 7, 2024
2 parents 2ef114b + 6ab5930 commit fbe0639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyengine_us_data/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .cps import *
from .puf import *

DATASETS = [CPS_2022, PUF_2021]
DATASETS = [CPS_2022, PUF_2021, CPS_2024, EnhancedCPS_2024]

0 comments on commit fbe0639

Please sign in to comment.