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 7fadbb5 commit 1612c92Copy full SHA for 1612c92
test/downstream/ode_stripping.jl
@@ -7,7 +7,7 @@ function lorenz!(du, u, p, t)
7
end
8
9
u0 = [1.0; 0.0; 0.0]
10
-tspan = (0.0, 100.0)
+tspan = (0.0, 1.0)
11
prob = ODEProblem(lorenz!, u0, tspan)
12
# implicit solver so we can test cache stripping worked
13
sol = solve(prob, Rosenbrock23())
0 commit comments