Skip to content

Commit

Permalink
Update waltman.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 6, 2024
1 parent 2a0e97e commit 3223db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/waltman.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_waltman_sol(sol1)

# in-place LU factorization
sol2 = solve(PROB_WALTMAN,
MethodOfSteps(Rosenbrock23(linsolve = GenericFactorization(lu!)));
MethodOfSteps(Rodas5P(linsolve = GenericFactorization(lu!)));
PROB_KWARGS...)
test_waltman_sol(sol2)

Expand Down

0 comments on commit 3223db2

Please sign in to comment.