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
If RaggedArray.__setitem__ is called on an index that is all False, it chokes. Compare this to the np.ndarray behavior, which simply doesn't set anything.
If
RaggedArray.__setitem__
is called on an index that is all False, it chokes. Compare this to the np.ndarray behavior, which simply doesn't set anything.PR #41 contributes a failing test for this issue.
The text was updated successfully, but these errors were encountered: