We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hinfnorm
hinfnorm fails occasionally and it would be nice to come up with better default values for the tolerances etc.
success = map(1:10000) do i G = ssrand(1,1,4) try hinfnorm(G) true catch @show poles(G), tzeros(G) false end end mean(success)
it fails in about 0.5% of these random cases, which is a bit much to rely on in CI etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hinfnorm
fails occasionally and it would be nice to come up with better default values for the tolerances etc.it fails in about 0.5% of these random cases, which is a bit much to rely on in CI etc.
The text was updated successfully, but these errors were encountered: