Skip to content

Commit 3e33f83

Browse files
Do not remove time tracking information from time
Matches SciML/OrdinaryDiffEq.jl#1417
1 parent 233e46d commit 3e33f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ function DiffEqBase.__init(prob::AbstractSDDEProblem,# TODO DiffEqBasee.Abstract
350350
end
351351

352352
if controller === nothing
353-
controller = StochasticDiffEq.default_controller(getalg(alg), cache, qoldinit, beta1, beta2)
353+
controller = StochasticDiffEq.default_controller(getalg(alg), cache, convert(QT,qoldinit), beta1, beta2)
354354
end
355355

356356
opts = StochasticDiffEq.SDEOptions(maxiters, save_everystep,

0 commit comments

Comments
 (0)