Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Sep 2, 2024
1 parent 3bd2cac commit 94e4558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function resetted_jump_problem(_jump_prob, seed)

if !isempty(jump_prob.variable_jumps)
@assert jump_prob.prob.u0 isa ExtendedJumpArray
@. jump_prob.prob.u0.jump_u = -randexp(_jump_prob.rng,
@. jump_prob.prob.u0.jump_u = -randexp(_jump_prob.rng,
eltype(_jump_prob.prob.tspan))
end
jump_prob
Expand Down

0 comments on commit 94e4558

Please sign in to comment.