Commit 3f434d6
committed
daily CI: also pull
The pull list was missing this output. Without it on disk, DVX considered
the supplement stale, walked upstream to its `vehicles.parquet` +
`crashes.parquet` deps (now both DVX-tracked per-year), and after finding
those fresh continued walking to `crashes.parquet.dvc`'s own deps —
hitting the per-year `Crash.csv` files which aren't pulled either. DVX
then tried to re-run `cmd: njdot/aashto/normalize.py …` on the CI shell,
which fails with `not found` because `.` isn't on PATH in the runner.
Symmetric with the existing `aashto_supplemented_{occupants,pedestrians}`
pulls; vehicle was simply omitted when the file was added.aashto_supplemented_vehicles.parquet.dvc
1 parent 22a05d6 commit 3f434d6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments