Skip to content

Commit 5290e5c

Browse files
Run pipeline
1 parent aec85ce commit 5290e5c

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

dvc.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
stages:
22
collect-data:
3-
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
3+
cmd: calkit xenv -n py --no-check -- python
4+
scripts/collect-data.py
45
deps:
56
- scripts/collect-data.py
67
- .calkit/env-locks/py
78
outs:
89
- data/raw/data.csv
9-
desc: Automatically generated from the 'collect-data' stage in calkit.yaml.
10-
Changes made here will be overwritten.
10+
desc: Automatically generated from the 'collect-data' stage in
11+
calkit.yaml. Changes made here will be overwritten.
1112
plot-voltage:
12-
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
13+
cmd: calkit xenv -n py --no-check -- python
14+
scripts/plot-voltage.py
1315
deps:
1416
- scripts/plot-voltage.py
1517
- .calkit/env-locks/py
1618
- data/raw/data.csv
1719
outs:
1820
- figures/voltage-time-series.png
19-
desc: Automatically generated from the 'plot-voltage' stage in calkit.yaml.
20-
Changes made here will be overwritten.
21+
desc: Automatically generated from the 'plot-voltage' stage in
22+
calkit.yaml. Changes made here will be overwritten.
2123
build-paper:
2224
cmd: calkit latex build -e tex --no-check paper/paper.tex
2325
deps:
@@ -26,5 +28,5 @@ stages:
2628
- .calkit/env-locks/tex
2729
outs:
2830
- paper/paper.pdf
29-
desc: Automatically generated from the 'build-paper' stage in calkit.yaml.
30-
Changes made here will be overwritten.
31+
desc: Automatically generated from the 'build-paper' stage in
32+
calkit.yaml. Changes made here will be overwritten.

0 commit comments

Comments
 (0)