From 6cb79b94fb42fc512602a04ca01552ccf137bac7 Mon Sep 17 00:00:00 2001 From: Pete Bachant Date: Mon, 21 Sep 2026 06:46:01 -0700 Subject: [PATCH 1/2] Use value evidence and template it into the answer --- calkit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/calkit.yaml b/calkit.yaml index 9d0b067..ace1c7e 100644 --- a/calkit.yaml +++ b/calkit.yaml @@ -11,13 +11,15 @@ requirements: questions: - question: How does the system respond to increasing $x$? hypothesis: The value of $y$ increases linearly with $x$. - answer: $y$ increases quadratically with $x$, not linearly. + answer: $y$ increases quadratically with $x$, not linearly + ($R^2 = {r2:.3f}$ for the quadratic fit). evidence: - kind: figure path: figures/x-vs-y.png - - kind: result + - kind: value path: results/summary.json key: r_squared_quadratic + name: r2 environments: py: From 807fa70d3b2a7b925d2dbea5f24cd5a6a7f6cdf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:46:56 +0000 Subject: [PATCH 2/2] Run pipeline --- dvc.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc.lock b/dvc.lock index 4284fab..29ab3dc 100644 --- a/dvc.lock +++ b/dvc.lock @@ -70,7 +70,7 @@ stages: outs: - path: paper/main.pdf hash: md5 - md5: c5663f5c1a529163ac338c817059f020 + md5: dab8ad0333ba0e73519543752c04208e size: 128835 _check_env_py: cmd: calkit check conda-env --file environment.yml --output