Skip to content

Commit b9b396d

Browse files
test: add logs to debug tests
1 parent aa0e08a commit b9b396d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/extensions/homotopy_continuation.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ end
160160
@test prob[x] 0.25
161161
@test prob[y] 0.125
162162
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)
163166
@test sol[a]0.5 atol=1e-6
164167
@test sol[b]0.25 atol=1e-6
165168
end

0 commit comments

Comments
 (0)