-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to policyengine-us 1.100.0 #90
Conversation
@nikhilwoodruff could you take a look at this? Can't download the PUF. Failed twice. |
The PUF failed to download because we added a URL for it, prompting the data generation script to try to download it. But that stage of the action doesn't pass through the GitHub token needed to download it. Fixed by adding a manually specified step to create the PUF dataset. |
Fix #69 |
Adding a 'lite mode' to the tests so they only generate a 10k subset of the ECPS. Also removed the auto-upload since this will produce imperfect datasets. We need to find a solution to GitHub OOM Killed-ing the workers, but for now it means we can't autogenerate datasets in GH actions. |
Note: I have the locally produced datasets and am ready to add them to the release after merging, but I'd like to get a third tick here. |
Fix #88
Fix #80
Fix #92