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

RCDS uses to-be-deprecated scipy API #220

Open
wenatuhs opened this issue Apr 19, 2024 · 0 comments
Open

RCDS uses to-be-deprecated scipy API #220

wenatuhs opened this issue Apr 19, 2024 · 0 comments

Comments

@wenatuhs
Copy link
Contributor

/xopt/generators/rcds/rcds.py:31: 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.
    self.x0 = np.matrix(x0).T  # convert to a col vector
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

1 participant