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
The live "Reproduce in Python" feature still generates code pointing at the archived policyengine-us-data HF repo: src/data/reformDefinitionCode.js (and its test) hardcode hf://policyengine/policyengine-us-data/..., so users copying reproduction snippets from policyengine.org are directed at the deprecated dataset instead of the populace default that policyengine.py actually resolves (hf://policyengine/populace-us/populace_us_2024.h5 at the pinned certified revision).
Found during the populace#204 artifact-replacement audit (full table: PolicyEngine/populace#204 (comment)). The prior tracking issue (#2828) was closed as "moved to policyengine-app-v2" (#1079 covers v2), but v1 — the production frontend — was never re-filed.
Scope: the code generator + test only. Historical blog posts referencing the old repo are covered separately (#2659).
The live "Reproduce in Python" feature still generates code pointing at the archived
policyengine-us-dataHF repo:src/data/reformDefinitionCode.js(and its test) hardcodehf://policyengine/policyengine-us-data/..., so users copying reproduction snippets from policyengine.org are directed at the deprecated dataset instead of the populace default that policyengine.py actually resolves (hf://policyengine/populace-us/populace_us_2024.h5at the pinned certified revision).Found during the populace#204 artifact-replacement audit (full table: PolicyEngine/populace#204 (comment)). The prior tracking issue (#2828) was closed as "moved to policyengine-app-v2" (#1079 covers v2), but v1 — the production frontend — was never re-filed.
Scope: the code generator + test only. Historical blog posts referencing the old repo are covered separately (#2659).