[SciPy-user] ndimage crash on Rocks 4.0
Gennan Chen
gnchen at cortechs.net
Mon Apr 30 18:59:09 EDT 2007
Hi! All,
scipy.ndimage gave me seg fault on Rocks 4.0, python 2.3.4. Anyone
has a solution?
[root at cluster01:~]# ipython
Python 2.3.4 (#1, Feb 22 2005, 04:09:37)
Type "copyright", "credits" or "license" for more information.
IPython 0.8.0 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import scipy.ndimage
In [2]: scipy.ndimage.test(0
...:
KeyboardInterrupt
In [2]: scipy.ndimage.test()
Found 398 tests for scipy.ndimage
Found 0 tests for __main__
........................................................................
.............................../usr/lib/python2.3/site-packages/scipy/
ndimage/interpolation.py:41: UserWarning: Mode "reflect" may yield
incorrect results on boundaries. Please use "mirror" instead.
warnings.warn('Mode "reflect" may yield incorrect results on '
........................................................................
.....................Segmentation fault
I link numpy/scipy against MKL
Gen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070430/228b7280/attachment.html>
More information about the SciPy-User
mailing list