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

Deprecation: np.assclar -> array.item() #4

Closed
MuellerSeb opened this issue Apr 1, 2020 · 1 comment
Closed

Deprecation: np.assclar -> array.item() #4

MuellerSeb opened this issue Apr 1, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@MuellerSeb
Copy link
Member

np.asscalar is deprecated since v1.16
https://docs.scipy.org/doc/numpy-1.16.0/reference/generated/numpy.asscalar.html?highlight=asscalar#numpy.asscalar

result = np.asscalar(result)

result = np.asscalar(result)

@MuellerSeb MuellerSeb self-assigned this Apr 1, 2020
@MuellerSeb
Copy link
Member Author

Done with #3

@MuellerSeb MuellerSeb added this to the v1.0.1 milestone Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant