Skip to content

Commit

Permalink
fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Jul 31, 2022
1 parent 9f6c4b4 commit bf584b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
function JumpProblem(p::P, a::A, dj::J, jc::C, vj::J2, rj::J3, mj::J4,
rng::R, kwargs::K) where {P, A, J, C, J2, J3, J4, R, K}
iip = isinplace_jump(p, rj)
JumpProblem{iip, P, A, C, J, J2, J3, J4, R}(p, a, dj, jc, vj, rj, mj, rng, kwargs)
JumpProblem{iip, P, A, C, J, J2, J3, J4, R, K}(p, a, dj, jc, vj, rj, mj, rng, kwargs)
end

# for remaking
Expand Down

0 comments on commit bf584b5

Please sign in to comment.