You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make ORG loading fall back from the CSV endpoint to the Census ZIP/dat source when the CSV response does not expose the required ORG fields.
- Parse the ZIP member with the published fixed-width layout, then normalize it back onto the existing ORG schema before building donor rows.
- Make pytest collection in the optimized Modal seam job lazy-load heavy version-manifest fixtures so the job does not need the full Google dependency chain.
- Pin PR and push Modal runs to the main environment for consistent CI behavior.
Copy file name to clipboardExpand all lines: modal_app/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Produces `source_imputed_stratified_extended_cps_2024.h5` from raw CPS/PUF/ACS/S
145
145
| Method | Command |
146
146
|--------|---------|
147
147
|**Local**|`make data`|
148
-
|**Modal (CI)**|`modal run modal_app/data_build.py --branch=<branch>`|
148
+
|**Modal (CI)**|`modal run --env=main modal_app/data_build.py --branch=<branch>`|
149
149
|**GitHub Actions**| Automatic on merge to `main` via `code_changes.yaml` → `reusable_test.yaml` (with `full_suite: true`). Also triggered by `pr_code_changes.yaml` on PRs. |
0 commit comments