-
Notifications
You must be signed in to change notification settings - Fork 75
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
Poles and roots calculation failure #593
Comments
Hmm, for these the issue seems to lie in the call to |
Address issues #592 and #593 * close #592 with an error message * add option for `multroot` method to calling `poles` function. This is a partial fix. The underlying algorithm is designed with Float64 in mind, and the example is using BigFloats. Might make more sense to have specific choices based on type of element, but that needs some thinking through.
Thanks for the fix! But similar errors still exist for the |
Ohh, thanks for pointing this out. I'll try and get to it soon. |
If the given code with
case = 1
is executed, I get the errorWhile trying to make case 1 simpler, I got a different error (
case = 2
):The same error comes when calculating the roots.
The text was updated successfully, but these errors were encountered: