Compare larry fails if different dtype (object/str)

Bug #584954 reported by Chris
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
larry
Won't Fix
Undecided
Unassigned

Bug Description

>> lar1 = larry(['a', 'b'], dtype=object)
>> lar2 = larry(['a', 'b'])
>>
>> lar1 == lar2

label_0
    0
    1
x
array([ True, True], dtype=bool)
>> lar2 == lar1
<...>
ValueError: Exactly one label per dimension needed

kwgoodman (kwgoodman)
Changed in larry:
status: New → Confirmed
assignee: nobody → kwgoodman (kwgoodman)
importance: Undecided → Low
milestone: none → 0.3
Revision history for this message
kwgoodman (kwgoodman) wrote :

I think this is a bug in numpy so I won't fix. Reported upstream here:

http://mail.scipy.org/pipermail/numpy-discussion/2010-May/050482.html

Changed in larry:
status: Confirmed → Won't Fix
milestone: 0.3 → none
assignee: kwgoodman (kwgoodman) → nobody
importance: Low → Undecided
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.