Skip to content

Commit 70a90bc

Browse files
authored
Update warning message
1 parent 9f32884 commit 70a90bc

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)