Open justinrporter opened 5 years ago
The following occurs:
a = ra.RaggedArray([[1, 1, 1], [0, 1]], copy=True) a[:] = -1
gives
RaggedArray([[-1, -1]])
Which differs from the numpy behavior. @mizimmer90
The following occurs:
gives
Which differs from the numpy behavior. @mizimmer90