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.
1 parent aa0e08a commit b9b396dCopy full SHA for b9b396d
test/extensions/homotopy_continuation.jl
@@ -160,6 +160,9 @@ end
160
@test prob[x] ≈ 0.25
161
@test prob[y] ≈ 0.125
162
sol = solve(prob; threading = false)
163
+ # can't replicate the solve failure locally, so CI logs might help
164
+ @show sol.u HomotopyContinuation.real_solutions(sol.original)
165
+ @test SciMLBase.successful_retcode(sol)
166
@test sol[a]≈0.5 atol=1e-6
167
@test sol[b]≈0.25 atol=1e-6
168
end
0 commit comments