Re: [Numpy-discussion] Failed numpy.test() with numpy-1.10.1 on RHEL 6

2015-11-09 Thread Eric Moore
This fails because numpy uses the function `cacosh` from the libm and on RHEL6 this function has a bug. As long as you don't care about getting the sign right at the branch cut in this function, then it's harmless. If you do care, the easiest solution will be to install something like anaconda th

[Numpy-discussion] Failed numpy.test() with numpy-1.10.1 on RHEL 6

2015-11-08 Thread Lintula
Hello, I'm setting up numpy 1.10.1 on RHEL6 (python 2.6.6, atlas-3.8.4, lapack-3.2.1, gcc-4.4.7), and this test fails for me. I notice that someone else has had the same at https://github.com/numpy/numpy/issues/6063 in July. Is this harmless or is it of concern?