[SciPy-dev] scipy errors

Pauli Virtanen pav+sp at iki.fi
Thu Nov 5 03:40:40 EST 2009


Wed, 04 Nov 2009 20:18:01 -0700, Charles R Harris wrote:
> I see the following test errors on ubuntu_x86_64 9.10
> 
> ERROR: Check linalg works with non-aligned memory
> ----------------------------------------------------------------------
[clip]
> ValueError: Non-aligned array cannot be passed to LAPACK without copying

The correct fix IMHO would be here to copy unaligned arrays.
This requires some messing around with all affected linalg functions.

> ======================================================================
> ERROR: test_mpmath.test_hyp2f1_real_some_points
[clip]
> ERROR: test_mpmath.test_hyp2f1_real_some
[clip]
> I suspect the last failure is an mpmath version problem, and maybe the
> second also. Is anyone else seeing the other error?

Both are mpmath version issues. Fixed.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list