[Numpy-discussion] numpy array serialization with JSON

Travis E. Oliphant oliphant at enthought.com
Mon Nov 10 14:15:39 EST 2008


Christopher Barker wrote:
> Matthieu Brucher wrote:
>   
>> Last time I checked, repr() does the same thing as str(): the middle
>> of the array may not be displayed...
>>     
>
> right. darn -- is that controllable?
>   
numpy.set_printoptions(threshold=100000000000)


-Travis




More information about the NumPy-Discussion mailing list