Commit 3ccd49c
long_run_growth: read mpd2020.xlsx from data-lectures (#823)
Repoints the Maddison Project Database at the canonical data repository and
removes this repo's own copy, which nothing reads once the URL moves.
The served bytes are byte-identical to the copy deleted here -- both are git
blob d5076da, and the URL returns sha256 f67af0f, matching the manifest at
QuantEcon/data-lectures lectures/mpd2020.xlsx.yml. So this cannot change a
figure; only where the bytes come from changes.
The lecture assigns data_url once and reuses it for both the `Full data` and
`Regional data` reads, so the single line covers all three read sites.
Deleting the local copy is safe only because lecture-wasm's long_run_growth
moves in the same set -- it fetched this exact blob by URL, and would have
404'd the moment this file went. See QuantEcon/data-lectures PLAN.md,
"Repoint rules".
Part of the Track A migration. See QuantEcon/data-lectures#8 and
QuantEcon/data-lectures#4.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent ebff90f commit 3ccd49c
2 files changed
Lines changed: 1 addition & 1 deletion
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments