Commit a480b85
committed
Fix CI: cache-gate study 269 baltic-dry fetch_real tests
The two test_fetch_real_* tests called fetch_real(fetch=False) which needs the
gitignored _cache/shiller_sp500.parquet — green locally, FileNotFoundError in CI.
Guard both with skipif(cache absent); the synthetic tests already cover the
offline logic. (The lot's other Shiller-backed studies were already guarded.)1 parent 896ec19 commit a480b85
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
0 commit comments