Skip to content

Commit

Permalink
Fix steady state default algorithm test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvet authored Feb 27, 2024
1 parent 30622a7 commit 7eaf874
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 7eaf874

Please sign in to comment.