From 0aac829e26254cc60d42df52fc2399eb1e638ea7 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 1 Jan 2026 23:21:02 -0500 Subject: [PATCH] CI Health Check - Testing master branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e918788c..d311fa40 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,4 @@ lotka_sol = solve(lotka_prob) Notice how cleanly the `composed!` function can pass variables from one function to another with no array index juggling in sight. This is especially useful for large models as it becomes harder to keep track top-level model array position when adding new or deleting old components from the model. We could go further and compose `composed!` with other components ad (practically) infinitum with no mental bookkeeping. The main benefit, however, is now our differential equations are unit testable. Both `lorenz` and `lotka` can be run as their own `ODEProblem` with `f` set to zero to see the unforced response. +