The full pytest suite (warm cache, Savio, 2026-06-25 — slurm_logs/2026-06-25_coverage_matrix/, job 35193269) is green except one failure:
FAILED tests/test_currency.py::test_feature_ghana_per_wave - AssertionError
3394 passed, 1 failed, 154 skipped, 4 xfailed, 1 xpassed
The test builds Feature("food_expenditures")(["GhanaLSS"]) and asserts the per-wave currency-label set ({GHC} for 2005-06; {GHS} for 2012-13 / 2016-17). The assertion failed — a wave's currency set didn't match expected.
Pre-existing and unrelated to the coverage-matrix work (PR #586 is additive and touches nothing in currency/feature/GhanaLSS — filing so it isn't lost). Likely a GhanaLSS currency-labelling regression or a fixture drift; there's active GhanaLSS work in the logs. Needs someone to repro on master and pin the cause.
The full pytest suite (warm cache, Savio, 2026-06-25 —
slurm_logs/2026-06-25_coverage_matrix/, job 35193269) is green except one failure:The test builds
Feature("food_expenditures")(["GhanaLSS"])and asserts the per-wave currency-label set ({GHC}for 2005-06;{GHS}for 2012-13 / 2016-17). The assertion failed — a wave's currency set didn't match expected.Pre-existing and unrelated to the coverage-matrix work (PR #586 is additive and touches nothing in currency/feature/GhanaLSS — filing so it isn't lost). Likely a GhanaLSS currency-labelling regression or a fixture drift; there's active GhanaLSS work in the logs. Needs someone to repro on master and pin the cause.