Bug in lix (label indexing)

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

Bug Description

Bug in lix when, for example, larry is 3d and the index is a tuple of length 2:

>> y = la.larry(np.random.rand(2,3,4))
>> y.lix[[0], [0], [0]] # <--- good
   0.23084833307455188
>> y.lix[[0], [0]] # <--- BUG
<...>
ValueError: Exactly one label per dimension needed

Related branches

kwgoodman (kwgoodman)
Changed in larry:
milestone: none → 0.3
assignee: nobody → kwgoodman (kwgoodman)
importance: Undecided → Medium
status: New → In Progress
kwgoodman (kwgoodman)
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.