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
Numpy scalars (https://numpy.org/doc/2.2/reference/arrays.scalars.html)
have `__array__` defined but doesn't behave like normal np arrays
sometimes. This change updates the initialization logic in `Tensor` to
detect them and turn them into np.ndarray.
Fixes#101.
---------
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
0 commit comments