[Numpy-discussion] round_() problems

Pierre GM pgmdevlist at mailcan.com
Tue Mar 28 19:31:09 EST 2006


>  File "/var/www/localhost/htdocs/larry/LcUtil.py", line 120, in mat2table
>     outStr += '' + str(N.round_(item,prec)) + ''


Have you tried to use around instead of round ? That way, I think you wouldn't 
be using oldnumeric and stick to ndarrays...




More information about the NumPy-Discussion mailing list