Hi,

I'm getting some strange behaviour from 64bit numpy on windows. I'm
using the win64 mkl builds of numpy from :
http://www.lfd.uci.edu/~gohlke/pythonlibs/

Win64: np 1.5.1rc1
>>> np.dtype(int)
dtype('int32')

>>> type(argmin([2, 4, 5]))
<type 'numpy.int64'>


I believe the expected result on 64 bit numpy is what I get on Ubuntu
with np 2.0.0 dev :
>>> np.dtype(int)
dtype('int64')

Could someone please confirm this ?


-- 
thanks,
peter butterworth
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to