1 May 2011 01:58
Re: ANN: Numpy 1.6.0 release candidate 1
Charles R Harris <charlesr.harris <at> gmail.com>
2011-04-30 23:58:48 GMT
2011-04-30 23:58:48 GMT
On Sat, Apr 30, 2011 at 5:53 PM, Charles R Harris <charlesr.harris <at> gmail.com> wrote:
Does it depend on the optimization level?
Chuck
<snip>
I get a null pointer access violation during numpy.test() with all
msvc9/MKL builds for win32 (not win-amd64). The crash occurs during
test_result_type() in test_numeric.py and can be reduced to the
following code:
>>> import numpy as np
>>> np.result_type(np.array([np.float32(0)]), np.complex128(0))
np.float64(0) and np.float16(0) also crash. Unfortunately the debug
builds do not crash.
This is new, right?
Does it depend on the optimization level?
Chuck
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion <at> scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
RSS Feed