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

warnings during verify #115

Closed
javabeanz opened this issue Nov 17, 2018 · 2 comments
Closed

warnings during verify #115

javabeanz opened this issue Nov 17, 2018 · 2 comments

Comments

@javabeanz
Copy link

during a 'make verify' i get :

/defmatrix.py:68: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.

This doesn't seem to break the tests, but it looks like it needs fixing.

@AckslD
Copy link
Member

AckslD commented Nov 19, 2018

@javabeanz Thanks for pointing this out. I had forgot that I'd supressed PendingDeprecationWarnings. I for now updated the requirements for numpy to be less than 1.15.0 (see #116) and opened this as an issue on project Q (ProjectQ-Framework/ProjectQ#287) where the deprecation warning is actually raised.

@javabeanz
Copy link
Author

ok, i guess we can close this one for now then

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

No branches or pull requests

2 participants