Skip to content

Commit 94fa8d1

Browse files
committed
Rerun with new env lock scheme
1 parent 0796072 commit 94fa8d1

File tree

4 files changed

+30
-66
lines changed

4 files changed

+30
-66
lines changed

.calkit/env-locks/docker/amd64/tex.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

.calkit/env-locks/venvs/linux-64/py.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

dvc.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,41 @@ stages:
33
collect-data:
44
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
55
deps:
6-
- path: .calkit/env-locks/venvs/linux-64/py.txt
6+
- path: .calkit/env-locks/py
77
hash: md5
8-
md5: 3934f1f66ae3ec5aa3c8130afd15932f
8+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
99
size: 231
10+
nfiles: 1
1011
- path: scripts/collect-data.py
1112
hash: md5
1213
md5: eeab1328ac4a9df2ef2452d32c1e6cce
1314
size: 424
1415
outs:
1516
- path: data/raw/data.csv
1617
hash: md5
17-
md5: 4d3f8f8d667e9915e8396e23e07652fc
18-
size: 43673
18+
md5: ccdee5fffc91f03f33d59070524ada4a
19+
size: 43628
1920
plot-voltage:
2021
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
2122
deps:
22-
- path: .calkit/env-locks/venvs/linux-64/py.txt
23+
- path: .calkit/env-locks/py
2324
hash: md5
24-
md5: 3934f1f66ae3ec5aa3c8130afd15932f
25+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
2526
size: 231
27+
nfiles: 1
2628
- path: data/raw/data.csv
2729
hash: md5
28-
md5: 4d3f8f8d667e9915e8396e23e07652fc
29-
size: 43673
30+
md5: ccdee5fffc91f03f33d59070524ada4a
31+
size: 43628
3032
- path: scripts/plot-voltage.py
3133
hash: md5
3234
md5: 087a567a0c0f6199a908399013d564a1
3335
size: 297
3436
outs:
3537
- path: figures/voltage-time-series.png
3638
hash: md5
37-
md5: 6fb534d61f0b22277fc5ff0ba1374718
38-
size: 44183
39+
md5: b5e321a2b3c3eaf0e7afbf60cfef81fc
40+
size: 42048
3941
copy-figures-to-paper-dir:
4042
cmd: cp -r figures paper/figures
4143
deps:
@@ -54,14 +56,15 @@ stages:
5456
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
5557
-interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
5658
deps:
57-
- path: .calkit/env-locks/docker/amd64/tex.json
59+
- path: .calkit/env-locks/tex
5860
hash: md5
59-
md5: af028316fd879fcf385e0838e3b7ad08
61+
md5: 2c552307edd59397026c9ef06dc8af47.dir
6062
size: 1171
63+
nfiles: 1
6164
- path: figures
6265
hash: md5
63-
md5: 5849ca1f72381102436096f4eac7473d.dir
64-
size: 44208
66+
md5: 3fc99ae0c5867a8f99d54cde2e14dd7f.dir
67+
size: 42073
6568
nfiles: 2
6669
- path: paper/paper.tex
6770
hash: md5
@@ -70,8 +73,8 @@ stages:
7073
outs:
7174
- path: paper/paper.pdf
7275
hash: md5
73-
md5: 522910852bfd54772224ecc3150d6ffc
74-
size: 94366
76+
md5: 61d4b9b40b41503f616e0a3bfe0cbd89
77+
size: 96237
7578
_check_env_py:
7679
cmd: calkit check conda-env --file environment.yml --output
7780
.calkit/env-locks/py.yml
@@ -101,14 +104,16 @@ stages:
101104
md5: 2d0e401b7292d0d218bc567bfb37f9c7
102105
size: 24
103106
outs:
104-
- path: .calkit/env-locks/venvs/linux-64/py.txt
107+
- path: .calkit/env-locks/py
105108
hash: md5
106-
md5: 3934f1f66ae3ec5aa3c8130afd15932f
109+
md5: 1ff10860cb1d183807b37f84dcd4ba42.dir
107110
size: 231
111+
nfiles: 1
108112
_check-env-tex:
109113
cmd: calkit check environment --name tex
110114
outs:
111-
- path: .calkit/env-locks/docker/amd64/tex.json
115+
- path: .calkit/env-locks/tex
112116
hash: md5
113-
md5: af028316fd879fcf385e0838e3b7ad08
117+
md5: 2c552307edd59397026c9ef06dc8af47.dir
114118
size: 1171
119+
nfiles: 1

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/venvs/linux-64/py.txt:
7+
- .calkit/env-locks/py:
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/docker/amd64/tex.json:
17+
- .calkit/env-locks/tex:
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/venvs/linux-64/py.txt
28+
- .calkit/env-locks/py
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/venvs/linux-64/py.txt
38+
- .calkit/env-locks/py
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/docker/amd64/tex.json
50+
- .calkit/env-locks/tex
5151
outs:
5252
- paper/paper.pdf
5353
desc: Automatically generated from the 'build-paper' stage in

0 commit comments

Comments
 (0)