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.
2 parents 9f32884 + 70a90bc commit 442f500Copy full SHA for 442f500
src/monodromy.jl
@@ -805,7 +805,7 @@ function monodromy_solve(
805
reset_loops!(MS)
806
results = check_start_solutions(MS, X, p)
807
if isempty(results)
808
- @warn "None of the provided solutions is a valid start solution."
+ @warn "None of the provided solutions is a valid start solution (Newton's method did not converge)."
809
retcode = :invalid_startvalue
810
else
811
retcode = :default
0 commit comments