j
k
j a
j l
A Thursday 18 November 2010 19:08:00 Francesc Alted escrigué:
.........type(np.int_(2))
......type(np.int_(2))
...type(np.int_(2))
type(np.int_(2))
Err, for maximum portability you can use the int64 constructor:
......type(np.int64(2))
...type(np.int64(2))
type(np.int64(2))
<type 'numpy.int64'>
Cheers,
Back to the thread
Back to the list