On 4/5/2011 9:26 AM, François Steinmetz wrote:
> It does not change the dtype, 'int' is just interpreted as 'int64' :


So the meaning of 'int' is system specific?

     >>> import numpy as np; a=np.eye(2,dtype='int'); a.dtype
     dtype('int32')

Alan Isaac

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

Reply via email to