Skip to content

Commit 3e9e98d

Browse files
Merge pull request #2194 from oscardssmith/patch-3
shorten timespan on initdt test
2 parents b8bdf0f + 2a322f9 commit 3e9e98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/ode_initdt_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dt₀ = sol3.t[2]
2121
T = Float32
2222
u0 = T.([1.0; 0.0; 0.0])
2323

24-
tspan = T.((0, 100))
24+
tspan = T.((0, 70))
2525
prob = remake(prob, u0 = u0, tspan = tspan)
2626
@test_nowarn solve(prob, Euler(); dt = T(0.0001))
2727

0 commit comments

Comments
 (0)