[Numpy-discussion] should get rid of the annoying numpy STDERR output
Dmitrey
tmp50@ukr....
Thu Mar 24 05:53:55 CDT 2011
>>> from numpy import inf, array
>>> inf*0
nan
(ok)
>>> array(inf) * 0.0
StdErr: Warning: invalid value encountered in multiply
nan
My cycled calculations yields this thousands times slowing
computations and making text output completely non-readable.
>>> from numpy import __version__
>>> __version__
'2.0.0.dev-1fe8136'
D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110324/b6d778fd/attachment.html
More information about the NumPy-Discussion
mailing list