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.
allroots
1 parent d9b3378 commit f66af4eCopy full SHA for f66af4e
lib/NonlinearSolveHomotopyContinuation/test/allroots.jl
@@ -18,6 +18,7 @@ alg = HomotopyContinuationJL{true}(; threading = false)
18
19
@test sol isa EnsembleSolution
20
@test sol.converged
21
+ sort!(sol.u; by = x -> x.u)
22
@test sol.u[1] isa NonlinearSolution
23
@test SciMLBase.successful_retcode(sol.u[1])
24
@test sol.u[1].u ≈ 2.0 atol = 1e-10
0 commit comments