-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdvc.lock
More file actions
118 lines (118 loc) · 2.98 KB
/
dvc.lock
File metadata and controls
118 lines (118 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
schema: '2.0'
stages:
collect-data:
cmd: calkit xenv -n py --no-check -- python scripts/collect-data.py
deps:
- path: .calkit/env-locks/py
hash: md5
md5: b195e8d274f75b5f4ba8642c2ce9f2ca.dir
size: 693
nfiles: 3
- path: scripts/collect-data.py
hash: md5
md5: c001a466819572a44e286ff9738514b9
size: 383
outs:
- path: data/raw/data.csv
hash: md5
md5: 6a7da9292a60944dd1008dc348eafade
size: 43642
plot-voltage:
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
deps:
- path: .calkit/env-locks/py
hash: md5
md5: b195e8d274f75b5f4ba8642c2ce9f2ca.dir
size: 693
nfiles: 3
- path: data/raw/data.csv
hash: md5
md5: 6a7da9292a60944dd1008dc348eafade
size: 43642
- path: scripts/plot-voltage.py
hash: md5
md5: 087a567a0c0f6199a908399013d564a1
size: 297
outs:
- path: figures/voltage-time-series.png
hash: md5
md5: 7da581ec3035fdead447c4dff8963481
size: 44351
copy-figures-to-paper-dir:
cmd: cp -r figures paper/figures
deps:
- path: figures
hash: md5
md5: d6fd2418e3b774996ddd0f26715c36ac.dir
size: 45148
nfiles: 2
outs:
- path: paper/figures
hash: md5
md5: d6fd2418e3b774996ddd0f26715c36ac.dir
size: 45148
nfiles: 2
build-paper:
cmd: calkit latex build -e tex --no-check paper/paper.tex
deps:
- path: .calkit/env-locks/tex
hash: md5
md5: 6e6fd137d3e11267da50d89f781b0552.dir
size: 2294
nfiles: 2
- path: figures
hash: md5
md5: 96ef18d41535b1399d3739bfa0a6e1e7.dir
size: 44376
nfiles: 2
- path: paper/paper.tex
hash: md5
md5: 09f2923d7ec5a75fefe95497d6e177cd
size: 678
outs:
- path: paper/paper.pdf
hash: md5
md5: 4531301fa2882cdc5dbe7ba35c615f2f
size: 94121
_check_env_py:
cmd: calkit check conda-env --file environment.yml --output
.calkit/env-locks/py.yml
deps:
- path: environment.yml
hash: md5
md5: 4282ecbec6810eb293bdf62d7f956ffd
size: 119
outs:
- path: .calkit/env-locks/py.yml
hash: md5
md5: 8119fb42c7e8531010248790fff169cf
size: 2200
_check_env_tex:
cmd: calkit check docker-env texlive/texlive:latest-full -o
.calkit/env-locks/tex.json
outs:
- path: .calkit/env-locks/tex.json
hash: md5
md5: b04cd12c7a8313853c8739a55f6320fe
size: 2791
_check-env-py:
cmd: calkit check environment --name py
deps:
- path: requirements.txt
hash: md5
md5: 2d0e401b7292d0d218bc567bfb37f9c7
size: 24
outs:
- path: .calkit/env-locks/py
hash: md5
md5: 8a87260f7f7bdf4c073cfdc98bf5d538.dir
size: 462
nfiles: 2
_check-env-tex:
cmd: calkit check environment --name tex
outs:
- path: .calkit/env-locks/tex
hash: md5
md5: fdae1edb4dcd23e4265e4f7701b324a3.dir
size: 2342
nfiles: 2