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 1ea2b9a commit ef125bcCopy full SHA for ef125bc
src/solve.jl
@@ -18,7 +18,7 @@ function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem; kwargs...
18
end
19
20
function DiffEqBase.__init(_jump_prob::DiffEqBase.AbstractJumpProblem{P},
21
- alg::DiffEqBase.DEAlgorithm};
+ alg::DiffEqBase.DEAlgorithm;
22
callback = nothing, seed = nothing,
23
alias_jump = Threads.threadid() == 1,
24
kwargs...) where {P}
0 commit comments