Delete A-scaling alternatives, nowcast, and time-series analysis - #552
Open
briantobin-99 wants to merge 1 commit into
Open
Conversation
briantobin-99
force-pushed
the
btobin__delete-a-approach-alternatives
branch
from
July 30, 2026 18:52
9443f88 to
8de3d90
Compare
…s analysis Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
briantobin-99
force-pushed
the
btobin__delete-a-approach-alternatives
branch
from
July 30, 2026 23:56
8de3d90 to
f3a4fa2
Compare
briantobin-99
marked this pull request as ready for review
July 31, 2026 00:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc:
Closes:
What changed? Why?
The A-matrix approach comparison is settled — v0.3 shipped the CEDA-fallback approach — so the alternative A-scaling branches and their analysis harness are removed:
scale_a_matrix_with_summary_tables,scale_a_matrix_with_commodity_price_index,load_useeio_nowcast_A_matrix, andapply_inflation_to_VfromUSAConfig, and their branches inderive_cornerstone_Aq_scaled/derive_cornerstone_q/derive_cornerstone_Vnorm_scrap_corrected/get_vnorm_adjusted_commodity_price_ratio.transform/eeio/derived_useeio_nowcast.py,extract/iot/useeio_nowcast.py) — reachable only via the deleted flag.analysis/a_matrix_time_series/(22 modules includingdispatch_ef_time_seriesand the nowcast runbook), therun_a_matrix_analysisCI workflow, and the nine approach configs (2025_usa_cornerstone_A_*,v0_2_A_*,2025_usa_cornerstone_taxonomy).test_summary_a_realigned.pytested the deleted summary-tables branch — removed..claude/skillsEF-diagnostics skills drop their references to the deleted epic tooling; generic dispatch/plot flows are unchanged.After this,
derive_cornerstone_Aq_scaledhas three branches: the USEEIO method, the CEDA fallback (v0.3), and the legacy tail.analysis/a_matrix_bundle_effectandanalysis/time_series_B_matrixare untouched (independent of the deleted flags).Testing
Unit suite, black, ruff, and mypy green. None of the deleted branches are active in the v0.3 config; Snapshot integration suite (test_integration run) passes on the stack including this change.