[SciPy-dev] BUG: dot segfaults on float/complex arrays
Pearu Peterson
pearu at scipy.org
Fri Oct 14 02:18:06 CDT 2005
Please ignore this message:
rm -rf build
python setup.py install
resolved the problem!
Sorry for the noise,
Pearu
On Fri, 14 Oct 2005, Pearu Peterson wrote:
>
> Bug report: dot segfaults when applied to float or complex arrays. Integer
> arrays seem to be ok.
>
> In [1]: from scipy import *
>
> In [2]: dot(array([1.]),array([2]))
> Segmentation fault
>
> Pearu
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>
More information about the Scipy-dev
mailing list