Skip to content

Commit aec85ce

Browse files
committed
Regenerate dvc.yaml
1 parent 9896f46 commit aec85ce

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

dvc.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
stages:
22
collect-data:
3-
cmd: calkit xenv -n py --no-check -- python
4-
scripts/collect-data.py
3+
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
54
deps:
65
- scripts/collect-data.py
76
- .calkit/env-locks/py
87
outs:
98
- data/raw/data.csv
10-
desc: Automatically generated from the 'collect-data' stage in
11-
calkit.yaml. Changes made here will be overwritten.
9+
desc: Automatically generated from the 'collect-data' stage in calkit.yaml.
10+
Changes made here will be overwritten.
1211
plot-voltage:
13-
cmd: calkit xenv -n py --no-check -- python
14-
scripts/plot-voltage.py
12+
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
1513
deps:
1614
- scripts/plot-voltage.py
1715
- .calkit/env-locks/py
1816
- data/raw/data.csv
1917
outs:
2018
- figures/voltage-time-series.png
21-
desc: Automatically generated from the 'plot-voltage' stage in
22-
calkit.yaml. Changes made here will be overwritten.
19+
desc: Automatically generated from the 'plot-voltage' stage in calkit.yaml.
20+
Changes made here will be overwritten.
2321
build-paper:
2422
cmd: calkit latex build -e tex --no-check paper/paper.tex
2523
deps:
@@ -28,5 +26,5 @@ stages:
2826
- .calkit/env-locks/tex
2927
outs:
3028
- paper/paper.pdf
31-
desc: Automatically generated from the 'build-paper' stage in
32-
calkit.yaml. Changes made here will be overwritten.
29+
desc: Automatically generated from the 'build-paper' stage in calkit.yaml.
30+
Changes made here will be overwritten.

0 commit comments

Comments
 (0)