Skip to content

Commit 1ea2b9a

Browse files
Update solve.jl
1 parent 6abcb74 commit 1ea2b9a

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
@@ -18,7 +18,7 @@ function DiffEqBase.__solve(jump_prob::DiffEqBase.AbstractJumpProblem; kwargs...
1818
end
1919

2020
function DiffEqBase.__init(_jump_prob::DiffEqBase.AbstractJumpProblem{P},
21-
alg::DiffEqBase.DEAlgorithm} = Val{true};
21+
alg::DiffEqBase.DEAlgorithm};
2222
callback = nothing, seed = nothing,
2323
alias_jump = Threads.threadid() == 1,
2424
kwargs...) where {P}

0 commit comments

Comments
 (0)