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.
2 parents b8bdf0f + 2a322f9 commit 3e9e98dCopy full SHA for 3e9e98d
test/interface/ode_initdt_tests.jl
@@ -21,7 +21,7 @@ dt₀ = sol3.t[2]
21
T = Float32
22
u0 = T.([1.0; 0.0; 0.0])
23
24
-tspan = T.((0, 100))
+tspan = T.((0, 70))
25
prob = remake(prob, u0 = u0, tspan = tspan)
26
@test_nowarn solve(prob, Euler(); dt = T(0.0001))
27
0 commit comments