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 9ecc2ef commit dc47666Copy full SHA for dc47666
src/simple_regular_solve.jl
@@ -17,8 +17,6 @@ end
17
function DiffEqBase.solve(jump_prob::JumpProblem, alg::SimpleTauLeaping;
18
seed = nothing,
19
dt = error("dt is required for SimpleTauLeaping."))
20
-
21
- @show "here1"
22
validate_pure_leaping_inputs(jump_prob, alg) ||
23
error("SimpleTauLeaping can only be used with PureLeaping JumpProblems with only non-RegularJumps.")
24
prob = jump_prob.prob
0 commit comments