File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stages:
1313 md5: 0b2be6aa89192942ea0e1263f9f7e55c
1414 size: 384
1515 plot-data:
16- cmd: matlab -batch "restoredefaultpath; run('scripts/plot_data.m');"
16+ cmd: matlab -batch "run('scripts/plot_data.m');"
1717 deps:
1818 - path: data/raw/data.parquet
1919 hash: md5
@@ -26,10 +26,10 @@ stages:
2626 outs:
2727 - path: figures/plot.png
2828 hash: md5
29- md5: beee9043fe29cb7f49f6c4343e06a615
30- size: 58503
29+ md5: 5eb557590809f95054078fd7897ed596
30+ size: 68396
3131 collect-data:
32- cmd: matlab -batch "restoredefaultpath; run('scripts/collect_data.m');"
32+ cmd: matlab -batch "run('scripts/collect_data.m');"
3333 deps:
3434 - path: scripts/collect_data.m
3535 hash: md5
Original file line number Diff line number Diff line change 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 :
1414 cmd : matlab -batch "run('scripts/plot_data.m');"
1515 deps :
@@ -19,5 +19,5 @@ stages:
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