From ab5c6b7a9acde95df716a3e29f764f93cd675218 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 6 Nov 2024 10:04:55 -0100 Subject: [PATCH] Test master again --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5e92a47..ab78d73 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ functionality should check out [DifferentialEquations.jl](https://github.com/Sci DelayDiffEq.jl is part of the JuliaDiffEq common interface, but can be used independently of DifferentialEquations.jl. The only requirement is that the user passes a DelayDiffEq.jl algorithm to `solve`. For example, we can solve the [DDE tutorial from the documentation](https://diffeq.sciml.ai/stable/tutorials/dde_example/) using the `MethodOfSteps(Tsit5())` algorithm: - ```julia using DelayDiffEq const p0 = 0.2; const q0 = 0.3; const v0 = 1; const d0 = 5