Observed
Recent CI on main (and every open PR downstream of current main) fails:
policyengine_uk_data/tests/microsimulation/test_reform_impacts.py::test_reform_fiscal_impacts[Raise VAT standard rate by 2pp] FAILED
E AssertionError: Impact for Raise VAT standard rate by 2pp is 43.5 billion, expected 25.0 billion
Also failing, likely related:
policyengine_uk_data/tests/test_energy_calibration.py::test_non_negative_energy FAILED
E AssertionError: 14 households have negative electricity
Scope
Pre-existing on main (branch Push workflow is failing). Reproduces on every open uk-data PR:
Hypothesis
A recent consumption-imputation or calibration change roughly doubled the enhanced-FRS VAT base vs the OBR-derived £25 bn target for a +2pp VAT reform. The test_non_negative_energy failure is consistent — imputed consumption for 14 households went negative.
Worth bisecting against the last run that had this test green. Blocks downstream PR merges.
Observed
Recent CI on
main(and every open PR downstream of current main) fails:Also failing, likely related:
Scope
Pre-existing on main (branch
Pushworkflow is failing). Reproduces on every open uk-data PR:Hypothesis
A recent consumption-imputation or calibration change roughly doubled the enhanced-FRS VAT base vs the OBR-derived £25 bn target for a +2pp VAT reform. The
test_non_negative_energyfailure is consistent — imputed consumption for 14 households went negative.Worth bisecting against the last run that had this test green. Blocks downstream PR merges.