[Numpy-discussion] Reading a big netcdf file

Eric Firing efiring at hawaii.edu
Wed Aug 3 18:52:12 EDT 2011


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



More information about the NumPy-Discussion mailing list