File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11stages :
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.
You can’t perform that action at this time.
0 commit comments