-
Notifications
You must be signed in to change notification settings - Fork 41
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
osqp fails on scipy 1.5.0 #44
Comments
Tests fail on pythonPackages.scipy >= 1.5.0. This was raised in osqp/osqp-python#44 They are being addressed in osqp/osqp-python#46, and should be re-enabled for the next release.
Tests fail on pythonPackages.scipy >= 1.5.0. This was raised in osqp/osqp-python#44 They are being addressed in osqp/osqp-python#46, and should be re-enabled for the next release.
Tests fail on pythonPackages.scipy >= 1.5.0. This was raised in osqp/osqp-python#44 They are being addressed in osqp/osqp-python#46, and should be re-enabled for the next release.
The culprit is scipy/scipy#11784, which changes the matrix generated by |
Skip update_matrices_tests unit test, because it us not compatible with scipy >= 1.5.0 See osqp/osqp-python#44
Skip update_matrices_tests unit test, because it us not compatible with scipy >= 1.5.0 See osqp/osqp-python#44
Release 0.6.2 is now online. Can you please check if the error still occurs? |
I'm not able to run |
Circular dependency is now removed in |
I saw. Tests that I ran seem clean. Thank you! |
Summary
Testing this package fails when scipy is upgraded to 1.5.0. All the "update_matrices_test.py" tests fail.
Extra Notes
Scipy 1.5.0 release notes: https://docs.scipy.org/doc/scipy/reference/release.1.5.0.html. I don't see major deprecations that would cause this.
Replication
Test Logs
Test log from Nix-build
The text was updated successfully, but these errors were encountered: