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 c71e598 commit 74f849bCopy full SHA for 74f849b
src/integrators/integrator_utils.jl
@@ -82,7 +82,7 @@ end
82
end
83
copyat_or_push!(integrator.sol.t,integrator.saveiter,curt)
84
copyat_or_push!(integrator.sol.u,integrator.saveiter,save_val,Val{false})
85
- if typeof(integrator.alg) <: StochasticEqCompositeAlgorithm
+ if typeof(integrator.alg) <: StochasticDiffEqCompositeAlgorithm
86
copyat_or_push!(integrator.sol.alg_choice,integrator.saveiter,integrator.cache.current)
87
88
if integrator.opts.save_noise
0 commit comments