[Numpy-discussion] A couple more Numeric incompatibilitiesand a possible bug

Gary Ruben gazzar at email.com
Fri Mar 26 23:52:10 EST 2004


Actually, this reproduces the problem:

>>> from numarray import *
>>> from numarray.objects import *
>>> abs(-1.)
ObjectArray(1.0)
>>> abs(-1)
ObjectArray(1)


> Please ignore this bit of my previous message:
> 
> > >>> abs(-1)
> > ObjectArray(1)
> 
> Something in my environment (probably me) got a bit confused.
> 
> Gary

-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm





More information about the NumPy-Discussion mailing list