Skip to content

Commit f428df4

Browse files
fixup! test: add logs to debug tests
1 parent b9b396d commit f428df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/homotopy_continuation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ end
161161
@test prob[y] 0.125
162162
sol = solve(prob; threading = false)
163163
# can't replicate the solve failure locally, so CI logs might help
164-
@show sol.u HomotopyContinuation.real_solutions(sol.original)
164+
@show sol.u sol.original.path_results
165165
@test SciMLBase.successful_retcode(sol)
166166
@test sol[a]0.5 atol=1e-6
167167
@test sol[b]0.25 atol=1e-6

0 commit comments

Comments
 (0)