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