Skip to content

Commit 0fb4951

Browse files
committed
Rerun on mac
1 parent 930c914 commit 0fb4951

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

dvc.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ stages:
5353
size: 45148
5454
nfiles: 2
5555
build-paper:
56-
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
57-
-interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
56+
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc -interaction=nonstopmode
57+
-silent -synctex=1 -pdf paper/paper.tex
5858
deps:
5959
- path: .calkit/env-locks/tex
6060
hash: md5
@@ -76,8 +76,7 @@ stages:
7676
md5: 24df231bcb8754c9bb3bf1087c31dd48
7777
size: 97240
7878
_check_env_py:
79-
cmd: calkit check conda-env --file environment.yml --output
80-
.calkit/env-locks/py.yml
79+
cmd: calkit check conda-env --file environment.yml --output .calkit/env-locks/py.yml
8180
deps:
8281
- path: environment.yml
8382
hash: md5
@@ -89,8 +88,7 @@ stages:
8988
md5: 8119fb42c7e8531010248790fff169cf
9089
size: 2200
9190
_check_env_tex:
92-
cmd: calkit check docker-env texlive/texlive:latest-full -o
93-
.calkit/env-locks/tex.json
91+
cmd: calkit check docker-env texlive/texlive:latest-full -o .calkit/env-locks/tex.json
9492
outs:
9593
- path: .calkit/env-locks/tex.json
9694
hash: md5

dvc.yaml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ stages:
88
cache: false
99
persist: true
1010
always_changed: true
11-
desc: Automatically generated by Calkit. Changes made here will be
12-
overwritten.
11+
desc: Automatically generated by Calkit. Changes made here will be overwritten.
1312
_check-env-tex:
1413
cmd: calkit check environment --name tex
1514
deps: []
@@ -18,37 +17,34 @@ stages:
1817
cache: false
1918
persist: true
2019
always_changed: true
21-
desc: Automatically generated by Calkit. Changes made here will be
22-
overwritten.
20+
desc: Automatically generated by Calkit. Changes made here will be overwritten.
2321
collect-data:
24-
cmd: calkit xenv -n py --no-check -- python
25-
scripts/collect-data.py
22+
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
2623
deps:
2724
- scripts/collect-data.py
2825
- .calkit/env-locks/py
2926
outs:
3027
- data/raw/data.csv
31-
desc: Automatically generated from the 'collect-data' stage in
32-
calkit.yaml. Changes made here will be overwritten.
28+
desc: Automatically generated from the 'collect-data' stage in calkit.yaml.
29+
Changes made here will be overwritten.
3330
plot-voltage:
34-
cmd: calkit xenv -n py --no-check -- python
35-
scripts/plot-voltage.py
31+
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
3632
deps:
3733
- scripts/plot-voltage.py
3834
- .calkit/env-locks/py
3935
- data/raw/data.csv
4036
outs:
4137
- figures/voltage-time-series.png
42-
desc: Automatically generated from the 'plot-voltage' stage in
43-
calkit.yaml. Changes made here will be overwritten.
38+
desc: Automatically generated from the 'plot-voltage' stage in calkit.yaml.
39+
Changes made here will be overwritten.
4440
build-paper:
45-
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
46-
-interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
41+
cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc -interaction=nonstopmode
42+
-silent -synctex=1 -pdf paper/paper.tex
4743
deps:
4844
- paper/paper.tex
4945
- figures
5046
- .calkit/env-locks/tex
5147
outs:
5248
- paper/paper.pdf
53-
desc: Automatically generated from the 'build-paper' stage in
54-
calkit.yaml. Changes made here will be overwritten.
49+
desc: Automatically generated from the 'build-paper' stage in calkit.yaml.
50+
Changes made here will be overwritten.

0 commit comments

Comments
 (0)