On 08/03/2011 11:24 AM, Gökhan Sever wrote:

> I[1]: timeit a = np.fromfile('temp.npa', dtype=np.uint16)
> 1 loops, best of 3: 263 ms per loop

You need to clear your cache and then run timeit with options "-n1 -r1".

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

Reply via email to