We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6194310 commit 13d6400Copy full SHA for 13d6400
2 files changed
calkit.yaml
@@ -30,7 +30,7 @@ pipeline:
30
script_path: scripts/plot-voltage.py
31
environment: py
32
inputs:
33
- - data/raw/data.csv
+ - from_stage_outputs: collect-data
34
outputs:
35
- figures/voltage-time-series.png
36
build-paper:
dvc.yaml
@@ -27,8 +27,8 @@ stages:
27
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
28
deps:
29
- scripts/plot-voltage.py
- .calkit/env-locks/py.yml
+ - data/raw/data.csv
outs:
0 commit comments