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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
>>> mx.np.prod(a.shape)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 31, in prod
AssertionError: Argument a must have NDArray type, but got (5,)
while numpy supports that.
The text was updated successfully, but these errors were encountered:
while numpy supports that.
The text was updated successfully, but these errors were encountered: