[SciPy-dev] Illegal instruction in ndimage test

Stefan van der Walt stefan at sun.ac.za
Mon Oct 22 12:09:20 EDT 2007


Hi Chris,

Would you please send me the output of

from scipy import ndimage
import numpy

arr = numpy.array(range(25)).reshape((5,5)).astype(float)
arr = ndimage.zoom(arr, 2, order=2)
print arr, '\n'

This isn't due to Matthew's change, but to mine.

Thanks,
Stéfan

On Mon, Oct 22, 2007 at 09:50:57AM -0400, Christopher Hanley wrote:
> 
> > Well - I will assume that the lines were trying to solve some obscure
> > compiler incompatibility, and delete them in SVN this evening, in the
> > hope that either a) no-one has any problems or b) we find the previous
> > problem and fix it in a better way.  Please someone let me know if
> > they think that's a bad idea.
> >
> > Matthew
> >   



More information about the SciPy-Dev mailing list