Skip to content

Commit 1612c92

Browse files
committed
shorten tspan
1 parent 7fadbb5 commit 1612c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/ode_stripping.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function lorenz!(du, u, p, t)
77
end
88

99
u0 = [1.0; 0.0; 0.0]
10-
tspan = (0.0, 100.0)
10+
tspan = (0.0, 1.0)
1111
prob = ODEProblem(lorenz!, u0, tspan)
1212
# implicit solver so we can test cache stripping worked
1313
sol = solve(prob, Rosenbrock23())

0 commit comments

Comments
 (0)