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
Read the six folded datasets from data-lectures, not high_dim_data (#832)
Seven reads across four files. The six datasets moved into
QuantEcon/data-lectures (dl#62), so every read follows them -- and the
HOST changes too, not just the org and repo.
media.githubusercontent.com is the LFS *media* endpoint and routes per
path by LFS status. These six were LFS-tracked in high_dim_data and are
plain git in data-lectures, so the media host 404s for all of them.
Measured: the media URL for data-lectures returns 404 with 0 bytes, the
raw URL returns 200. A mechanical org/repo swap preserving the host
would have broken every chart in these three lectures.
All seven land on raw.githubusercontent.com, including any that used the
github.com/*/raw/ redirect form and would have survived a bare org swap.
One spelling across all four consuming repos is deliberate: the set 1/2
repoints broke lecture-wasm by "harmonising" its URLs onto the redirect
form, whose 302 carries an empty access-control-allow-origin and so is
rejected by the browser before it is followed (dl#46). If every repo
spells these lines the same way, that class of fix cannot recur.
_static/lecture_specific/inequality/data.ipynb is edited by hand. No
audit scans _static/**, the build never executes it, and the translation
sync is .md-only -- so nothing mechanical would ever carry this change.
It is also served: it returns 200 on the published site with the URL in
its body.
No prose is touched. The lecture's claim that the Forbes billionaires
data is a 2020 snapshot is contradicted by the bytes (282 timestamps
spanning 2020-04-07 to 2023-04-15, and the chart plots realTimeWorth
rather than the annual list), but that is content, not a repoint --
split out to QuantEcon/workspace-lectures#35. The Global 2000 "2020"
claim nearby IS correct and is deliberately left alone.
Verified: both acceptance greps clean (no media-host data-lectures read,
no high_dim_data reference anywhere in lectures/); all 7 URLs return 200;
three-way byte identity on the four cross_section files -- manifest
sha256 = new URL = old high_dim_data URL, so this changes the address and
not the data.
Part of QuantEcon/workspace-lectures#23. Data: QuantEcon/data-lectures#62
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments