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
{{ message }}
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
A workstation smoke rerun reached the first durable checkpoint, then failed at PolicyEngine calibration target loading because the configured targets DB path did not exist.
US microplex build: policyengine tables complete [households=1000, persons=2741]
US microplex build: post-imputation checkpoint saved [path=artifacts/local_us_microplex_smoke/local-smoke-v1/checkpoints/post_imputation]
US microplex build: policyengine calibration start [backend=microcalibrate]
Failure:
FileNotFoundError: PolicyEngine targets DB not found: /Users/administrator/Documents/PolicyEngine/calibration-diagnostics/.artifacts/policy_data.db
The target DB path had been detected earlier in the workstation setup, but by this run it was unavailable. Because the post-imputation checkpoint was successfully saved, the next retry should resume from that checkpoint rather than rebuilding donor integration.
Potential improvements:
Preflight --targets-db existence before starting donor integration/source build.
Include a clear checkpoint-resume command in the failure or manifest output when a later stage fails.
Consider failing before expensive donor imputation if required calibration inputs are missing.
A workstation smoke rerun reached the first durable checkpoint, then failed at PolicyEngine calibration target loading because the configured targets DB path did not exist.
Command shape:
Progress before failure:
Failure:
The target DB path had been detected earlier in the workstation setup, but by this run it was unavailable. Because the post-imputation checkpoint was successfully saved, the next retry should resume from that checkpoint rather than rebuilding donor integration.
Potential improvements:
--targets-dbexistence before starting donor integration/source build.