Closed
Description
In [6]: x, y = np.unravel_index([1, 2, 3], (4, 5))
In [7]: y[0] = 1
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-7-cb16f55df1e0> in <module>()
----> 1 y[0] = 1
ValueError: assignment destination is read-only
Metadata
Metadata
Assignees
Labels
No labels