Commit d406800
Retire the last references to the retired lecture-python repo (#968)
Nothing in this repo points at QuantEcon/lecture-python any more.
pandas_panel read realwage.csv and countries.csv from that repo while reading
employ.csv — the third file in the same trio, in the same lecture — from this
repo's own copy. All three copies are already committed under
_static/lecture_specific/pandas_panel/, so two of the three reads were
fetching from a repo last touched in January 2022 for no reason. Now all three
are consistent and use the same URL form.
troubleshooting pointed readers at that same dead repo's issue tracker to
report problems with this one. Repointed at this repo's issues, matching what
the sibling lecture repos do.
Verified byte-identical before repointing: each own-repo copy has the same
sha256 as the legacy file it replaces, and the new URLs serve those same
bytes, so lecture output cannot change.
Note this is deliberately an interim step. P2 of the datasets pilot migrates
this trio to QuantEcon/data-lectures and will rewrite these three lines again
— but it rewrites them whether they say "legacy" or "own-repo" today, so this
costs P2 nothing and stops the lecture depending on an unmaintained repo in
the meantime.
Part of QuantEcon/meta#337
See QuantEcon/meta#336
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent baf7bfb commit d406800
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments