Skip to content

Commit 442f500

Browse files
authored
Merge pull request #622 from JuliaHomotopyContinuation/PBrdng-patch-1
Update warning message
2 parents 9f32884 + 70a90bc commit 442f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodromy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ function monodromy_solve(
805805
reset_loops!(MS)
806806
results = check_start_solutions(MS, X, p)
807807
if isempty(results)
808-
@warn "None of the provided solutions is a valid start solution."
808+
@warn "None of the provided solutions is a valid start solution (Newton's method did not converge)."
809809
retcode = :invalid_startvalue
810810
else
811811
retcode = :default

0 commit comments

Comments
 (0)