Skip to content

Commit 242f950

Browse files
Run pipeline
1 parent 850f1c8 commit 242f950

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

dvc.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stages:
33
collect-data:
44
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
55
deps:
6-
- path: .calkit/env-locks/py.txt
6+
- path: .calkit/env-locks/venvs/linux-64/py.txt
77
hash: md5
88
md5: de96276868627f6d4aa908b2b4759a56
99
size: 231
@@ -14,28 +14,28 @@ stages:
1414
outs:
1515
- path: data/raw/data.csv
1616
hash: md5
17-
md5: de9fed6f097dc9eeb0d771172c235d11
18-
size: 43594
17+
md5: 3ec6df511ed8ebacdc436ce815ada1df
18+
size: 43628
1919
plot-voltage:
2020
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
2121
deps:
22-
- path: .calkit/env-locks/py.txt
22+
- path: .calkit/env-locks/venvs/linux-64/py.txt
2323
hash: md5
2424
md5: de96276868627f6d4aa908b2b4759a56
2525
size: 231
2626
- path: data/raw/data.csv
2727
hash: md5
28-
md5: de9fed6f097dc9eeb0d771172c235d11
29-
size: 43594
28+
md5: 3ec6df511ed8ebacdc436ce815ada1df
29+
size: 43628
3030
- path: scripts/plot-voltage.py
3131
hash: md5
3232
md5: 087a567a0c0f6199a908399013d564a1
3333
size: 297
3434
outs:
3535
- path: figures/voltage-time-series.png
3636
hash: md5
37-
md5: 2bad4528d4d1acace92cdeee39572663
38-
size: 40195
37+
md5: a70b61dc033585fe2d3c16d63290a870
38+
size: 46210
3939
copy-figures-to-paper-dir:
4040
cmd: cp -r figures paper/figures
4141
deps:
@@ -54,14 +54,14 @@ stages:
5454
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
5555
-interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
5656
deps:
57-
- path: .calkit/env-locks/tex.json
57+
- path: .calkit/env-locks/docker/amd64/tex.json
5858
hash: md5
5959
md5: af028316fd879fcf385e0838e3b7ad08
6060
size: 1171
6161
- path: figures
6262
hash: md5
63-
md5: dda637b5e3496cfe2e567067e3803a76.dir
64-
size: 40220
63+
md5: 70126dc2f9f61fb93c62eb50b55f13f1.dir
64+
size: 46235
6565
nfiles: 2
6666
- path: paper/paper.tex
6767
hash: md5
@@ -70,8 +70,8 @@ stages:
7070
outs:
7171
- path: paper/paper.pdf
7272
hash: md5
73-
md5: 536be8f091d30d6f12414e9dc3557269
74-
size: 93096
73+
md5: 7069d28ed4063d3bec319c661681648a
74+
size: 98339
7575
_check_env_py:
7676
cmd: calkit check conda-env --file environment.yml --output
7777
.calkit/env-locks/py.yml
@@ -101,14 +101,14 @@ stages:
101101
md5: 2d0e401b7292d0d218bc567bfb37f9c7
102102
size: 24
103103
outs:
104-
- path: .calkit/env-locks/py.txt
104+
- path: .calkit/env-locks/venvs/linux-64/py.txt
105105
hash: md5
106106
md5: de96276868627f6d4aa908b2b4759a56
107107
size: 231
108108
_check-env-tex:
109109
cmd: calkit check environment --name tex
110110
outs:
111-
- path: .calkit/env-locks/tex.json
111+
- path: .calkit/env-locks/docker/amd64/tex.json
112112
hash: md5
113113
md5: af028316fd879fcf385e0838e3b7ad08
114114
size: 1171

dvc.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stages:
44
deps:
55
- requirements.txt
66
outs:
7-
- .calkit/env-locks/py.txt:
7+
- .calkit/env-locks/venvs/linux-64/py.txt:
88
cache: false
99
persist: true
1010
always_changed: true
@@ -14,7 +14,7 @@ stages:
1414
cmd: calkit check environment --name tex
1515
deps: []
1616
outs:
17-
- .calkit/env-locks/tex.json:
17+
- .calkit/env-locks/docker/amd64/tex.json:
1818
cache: false
1919
persist: true
2020
always_changed: true
@@ -25,7 +25,7 @@ stages:
2525
scripts/collect-data.py
2626
deps:
2727
- scripts/collect-data.py
28-
- .calkit/env-locks/py.txt
28+
- .calkit/env-locks/venvs/linux-64/py.txt
2929
outs:
3030
- data/raw/data.csv
3131
desc: Automatically generated from the 'collect-data' stage in
@@ -35,7 +35,7 @@ stages:
3535
scripts/plot-voltage.py
3636
deps:
3737
- scripts/plot-voltage.py
38-
- .calkit/env-locks/py.txt
38+
- .calkit/env-locks/venvs/linux-64/py.txt
3939
- data/raw/data.csv
4040
outs:
4141
- figures/voltage-time-series.png
@@ -47,7 +47,7 @@ stages:
4747
deps:
4848
- paper/paper.tex
4949
- figures
50-
- .calkit/env-locks/tex.json
50+
- .calkit/env-locks/docker/amd64/tex.json
5151
outs:
5252
- paper/paper.pdf
5353
desc: Automatically generated from the 'build-paper' stage in

0 commit comments

Comments
 (0)