-
Notifications
You must be signed in to change notification settings - Fork 400
Make tests compatible with SciPy 1.16 #966
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
Conversation
|
Now the |
Pull Request Test Coverage Report for Build 17434461518Details
💛 - Coveralls |
* Set scipy>=1.16 * Release pinned scipy and change x0 for cobyla * Enforces 1D arrays in all jac modes as per scipy 1.16 * Fix formatting * Fix copyright --------- Co-authored-by: M. Emre Sahin <40424147+OkuyanBoga@users.noreply.github.com> (cherry picked from commit 8fce265) # Conflicts: # test/datasets/test_entanglement_concentration.py
Summary
Updates the argument definitions for the optimisers to match those in SciPy 1.16, similarly to qiskit-community/qiskit-algorithms#234
Fixes #957