You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "heads up" from NumPy - numpy/numpy#12123 deprecated np.asscalar(a), and recommends using a.item() instead. The item method is tested and more flexible. It seems there is one use of np.asscalar in the code base.
The text was updated successfully, but these errors were encountered:
A "heads up" from NumPy - numpy/numpy#12123 deprecated
np.asscalar(a)
, and recommends usinga.item()
instead. Theitem
method is tested and more flexible. It seems there is one use ofnp.asscalar
in the code base.The text was updated successfully, but these errors were encountered: