indexing with 1d Numpy array bug

Bug #590270 reported by kwgoodman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
larry
Fix Committed
Medium
kwgoodman

Bug Description

>> lar = la.rand(5,5)
>> idx = np.array([2,4])
>> lar[idx,:] # <-- this works
>> lar[idx] # <-- but this crashes

Related branches

kwgoodman (kwgoodman)
Changed in larry:
milestone: none → 0.4
assignee: nobody → kwgoodman (kwgoodman)
importance: Undecided → Medium
status: New → In Progress
kwgoodman (kwgoodman)
summary: - indexing with1d Numpy array bug
+ indexing with 1d Numpy array bug
Changed in larry:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.