[Numpy-discussion] [Announce] Numpy 1.3.0b1
Pauli Virtanen
pav@iki...
Thu Mar 19 12:38:16 CDT 2009
Thu, 19 Mar 2009 13:19:18 -0400, Robert Pyle wrote:
[clip]
> When I run this, it says x_series is an array of 200 NaNs. That would
> certainly explain why the assertion in test_umath.py failed!
Thanks for tracking this! Can you check what your platform gives for:
import numpy as np
info = np.finfo(np.longcomplex)
print "eps:", info.eps, info.eps.dtype
print "tiny:", info.tiny, info.tiny.dtype
print "log10:", np.log10(info.tiny), np.log10(info.tiny/info.eps)
Thanks!
--
Pauli Virtanen
More information about the Numpy-discussion
mailing list