[SciPy-User] ndimage convolve segmentation fault

Fernando Perez fperez.net at gmail.com
Wed Nov 3 03:14:07 EDT 2010


On Tue, Nov 2, 2010 at 8:19 PM, Keith Goodman <kwgoodman at gmail.com> wrote:
> Can anyone reproduce this on a newer scipy?
>
>>> scipy.__version__
>   '0.7.2'
>>> a = np.random.rand(5,5)
>>> b = ndimage.convolve(a, np.ones((1,2)), origin=0)
>>> b = ndimage.convolve(a, np.ones((1,2)), origin=-1)
> Segmentation fault
>
> I'm on Ubuntu 10.04 with numpy 1.4.1. Scipy.test() is clean.

Same segfault here, ubuntu 10.10 64 bit, numpy 1.5.0, scipy v '0.9.0.dev6856'

Cheers,

f



More information about the SciPy-User mailing list