Skip to content
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

np.linalg.solve broken on CI #664

Closed
bnavigator opened this issue Nov 4, 2021 · 2 comments · Fixed by #667
Closed

np.linalg.solve broken on CI #664

bnavigator opened this issue Nov 4, 2021 · 2 comments · Fixed by #667

Comments

@bnavigator
Copy link
Contributor

Still broken for systems with more states. :(

Originally posted by @bnavigator in #663 (comment)

@bnavigator
Copy link
Contributor Author

Current CI runs, specifically the ones without Slycot still fail.

evalfr() returns nan when the non-slycot branch in StateSpace.horner() tries to solve some matrix equations, which are not singular, but probably not conditioned well enough for the underlying LAPACK library.

I cannot reproduce locally. It only fails on the conda based Github Actions CI, which uses MKL.

@bnavigator
Copy link
Contributor Author

Looks like numpy/numpy#20233, conda/conda#11023

@bnavigator bnavigator linked a pull request Nov 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant