Skip to content

Commit

Permalink
Merge pull request #1019 from thomvet/patch-1
Browse files Browse the repository at this point in the history
Fix steady state default algorithm test
  • Loading branch information
ChrisRackauckas authored Mar 3, 2024
2 parents 30622a7 + 7eaf874 commit f6b1366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default_steady_state_alg_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ prob = SteadyStateProblem(f, u0)

sol = solve(prob)

@test sol.alg isa DifferentialEquations.NonlinearSolve.NewtonRaphson
@test DifferentialEquations.NonlinearSolve.get_name(sol.alg) === :NewtonRaphson

0 comments on commit f6b1366

Please sign in to comment.