We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12cab5a + 988e4b9 commit 6dd81fcCopy full SHA for 6dd81fc
test/default_steady_state_alg_test.jl
@@ -9,4 +9,4 @@ prob = SteadyStateProblem(f, u0)
9
10
sol = solve(prob)
11
12
-@test DifferentialEquations.NonlinearSolve.get_name(sol.alg) === :NewtonRaphson
+@test nameof(typeof(sol.alg)) == :GeneralizedFirstOrderAlgorithm
0 commit comments