Skip to content

Commit 5d8d4e8

Browse files
committed
Rename stage
1 parent 1127ffb commit 5d8d4e8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

calkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ datasets:
88
- path: data/raw/data.parquet
99
title: Raw data
1010
description: The raw data from the experiment.
11-
stage: process-data
11+
stage: collect-data
1212
figures:
1313
- path: figures/plot.png
1414
title: The plot

dvc.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ stages:
2828
hash: md5
2929
md5: 746ad0caed8bde9f45d3249d9d539045
3030
size: 15194
31+
collect-data:
32+
cmd: matlab -batch "run('scripts/collect_data.m');"
33+
deps:
34+
- path: scripts/collect_data.m
35+
hash: md5
36+
md5: 2da834907ab6124dd599bff06d6a3b66
37+
size: 123
38+
outs:
39+
- path: data/raw/data.parquet
40+
hash: md5
41+
md5: 0b2be6aa89192942ea0e1263f9f7e55c
42+
size: 384

dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stages:
2-
process-data:
2+
collect-data:
33
cmd: matlab -batch "run('scripts/collect_data.m');"
44
deps:
55
- scripts/collect_data.m

0 commit comments

Comments
 (0)