Skip to content

Commit

Permalink
fixup! test: add logs to debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 9, 2024
1 parent b9b396d commit f428df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/homotopy_continuation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end
@test prob[y] 0.125
sol = solve(prob; threading = false)
# can't replicate the solve failure locally, so CI logs might help
@show sol.u HomotopyContinuation.real_solutions(sol.original)
@show sol.u sol.original.path_results
@test SciMLBase.successful_retcode(sol)
@test sol[a]0.5 atol=1e-6
@test sol[b]0.25 atol=1e-6
Expand Down

0 comments on commit f428df4

Please sign in to comment.