Skip to content

Commit

Permalink
Update test/common_interface/jacobians.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 10, 2024
1 parent 3a02425 commit 2fc40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common_interface/jacobians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sol9 = solve(prob, CVODE_BDF(; linear_solver = :KLU))
@test Array(sol9) Array(good_sol)

Lotka_fj = ODEFunction(Lotka;
jac_prototype = JacVec((du, u) -> Lotka(du, u, (), 0.0), ones(2)),
jac_prototype = JacVec((du, u) -> Lotka(du, u, (), 0.0), ones(2),
SciMLBase.NullParameters()))

prob = ODEProblem(Lotka_fj, ones(2), (0.0, 10.0))
Expand Down

0 comments on commit 2fc40e5

Please sign in to comment.