File tree Expand file tree Collapse file tree
policyengine_us_data/datasets/cps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,20 +45,12 @@ jobs:
4545 POLICYENGINE_US_DATA_GITHUB_TOKEN : ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
4646 - name : Build datasets
4747 run : make data
48+ env :
49+ LITE_MODE : true
4850 - name : Run tests
4951 run : pytest
5052 - name : Test documentation builds
5153 run : make documentation
52- - name : Upload CPS 2024
53- uses : actions/upload-artifact@v4
54- with :
55- name : cps_2024.h5
56- path : policyengine_us_data/storage/cps_2024.h5
57- - name : Upload ECPS 2024
58- uses : actions/upload-artifact@v4
59- with :
60- name : enhanced_cps_2024.h5
61- path : policyengine_us_data/storage/enhanced_cps_2024.h5
6254 - name : Build Jupyter Book
6355 run : make documentation
6456 - name : Deploy documentation
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def generate(self):
118118 print (
119119 f"Predicting imputed values took { time .time () - start :.2f} seconds"
120120 )
121-
121+ cps_sim = Microsimulation ( dataset = self . cps )
122122 data = cps_sim .dataset .load_dataset ()
123123 new_data = {}
124124
You can’t perform that action at this time.
0 commit comments