Skip to content

Commit 330c503

Browse files
committed
Add showcase
1 parent 28589f8 commit 330c503

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

calkit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ figures:
4242
title: The plot
4343
description: The plot.
4444
stage: plot-data
45+
46+
showcase:
47+
- figure: figures/plot.png

dvc.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
stages:
22
collect-data:
3-
cmd: matlab -batch "run('scripts/collect_data.m');"
3+
cmd: matlab -batch "restoredefaultpath; run('scripts/collect_data.m');"
44
deps:
55
- scripts/collect_data.m
66
- src/myfunction.m
77
outs:
88
- data/raw/data.parquet:
99
cache: true
1010
persist: false
11-
desc: Automatically generated from the 'collect-data' stage in
12-
calkit.yaml. Changes made here will be overwritten.
11+
desc: Automatically generated from the 'collect-data' stage in calkit.yaml.
12+
Changes made here will be overwritten.
1313
plot-data:
14-
cmd: matlab -batch "run('scripts/plot_data.m');"
14+
cmd: matlab -batch "restoredefaultpath; run('scripts/plot_data.m');"
1515
deps:
1616
- scripts/plot_data.m
1717
- data/raw/data.parquet
1818
outs:
1919
- figures/plot.png:
2020
cache: true
2121
persist: false
22-
desc: Automatically generated from the 'plot-data' stage in
23-
calkit.yaml. Changes made here will be overwritten.
22+
desc: Automatically generated from the 'plot-data' stage in calkit.yaml.
23+
Changes made here will be overwritten.

0 commit comments

Comments
 (0)