We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dd819 commit 2323a1bCopy full SHA for 2323a1b
test/test_prob_sol.jl
@@ -12,7 +12,7 @@ begin
12
du .= α .* u .+ β .* h(p, t - τ) .+ γ
13
end
14
h(p, t) = (ones(1) .+ t)
15
- tspan = (0.0, 1.0)
+ tspan = (0.0, 0.1)
16
17
18
pmul = [1.0, -4.0, -2.0, 10.0, -1.3, -1.2, 1.1]
0 commit comments