From f6fc814318c63e6549aaf8fdc6754b3dea3cf5f8 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Mon, 22 Jul 2024 11:44:52 -0400 Subject: [PATCH] remove extraneous note --- .../model_simulation/examples/periodic_events_simulation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/model_simulation/examples/periodic_events_simulation.md b/docs/src/model_simulation/examples/periodic_events_simulation.md index ab171a68d3..b9bbfd9e76 100644 --- a/docs/src/model_simulation/examples/periodic_events_simulation.md +++ b/docs/src/model_simulation/examples/periodic_events_simulation.md @@ -78,6 +78,3 @@ If we directly plot $l$'s value, it will be too small (compared to $X$ and $Xᴾ @unpack X, Xᴾ, l = circadian_model plot(sol; idxs = [X, Xᴾ, 150*l], labels = ["X" "Xᴾ" "Light amplitude"]) ``` - -!!! note - If you wish to reproduce this in a jump simulation, remember to make appropriate modifications (like using `setu` instead of `setp`). \ No newline at end of file