-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better warning/error message for monodromy_solve
when start solution is wrong/bad
#618
Comments
Exactly, thats the reason. Doesn't the warning message
say this explicitly? What do you suggest otherwise? |
Basically, it would be an improvement (a mild improvement, this is not a biggie) to explicitly say that it is due to the solutions not actually being solutions to the system. I.e. I was uncertain if they were not valid because they had the wrong format or some other issue. |
What about
|
Yes, that'd be perfect |
It's also a non-valid start solution if the Jacobian doesn't have full column rank |
True. "None of the provided solutions is a valid start solution (F(x) ≠ 0 or det JF(x) = 0)"? |
See #622 |
I try to find steady states using monodromy (from a case where I know one solution, but there are two additional ones):
Here I get a:
In this case I flipped it, and it should have been
ss_init = [6.0, 4.5]
. I presume that the problem is that the start solution does not solve the system (with the correct one, everything works flawlessly). However, it might be useful to have a note that this is the reason (if Homotopy Continuation knows this to bet he case).The text was updated successfully, but these errors were encountered: