[SciPy-User] ANN: SciPy 0.11.0 release candidate 1

Ralf Gommers ralf.gommers at googlemail.com
Fri Jul 20 15:39:08 EDT 2012


On Fri, Jul 20, 2012 at 3:47 PM, John Hassler <hasslerjc at comcast.net> wrote:

> Crashes with "unhandled exception in python.exe" in Python 3.2.  The
> computer is:
> Intel Core2 Quad Q6600 with 3 GB memory
> Windows XP Service Pack 3.
> I removed and re-installed Scipy, but there was no change in the result.
>
> Are there other things I could check that might be helpful?
>

Could you comment out the crashing test and check that the rest of the
tests run fine (or report other failures)? The QZ decomposition code was
recently added; looks like it needs some fixing.

Thanks,
Ralf



> john
>
>  >>> import scipy
>  >>> scipy.test(verbose=10)
> Running unit tests for scipy
> NumPy version 1.6.2
> NumPy is installed in C:\Python32\lib\site-packages\numpy
> SciPy version 0.11.0rc1
> SciPy is installed in C:\Python32\lib\site-packages\scipy
> Python version 3.2.3 (default, Apr 11 2012, 07:15:24) [MSC v.1500 32 bit
> (Intel)]
> nose version 1.0.0
> nose.config: INFO: Excluding tests matching ['f2py_ext', 'f2py_f90_ext',
> 'gen_ext', 'pyrex_ext', 'swig_ext']
> Tests cophenet(Z) on tdist data set. ... ok
> Tests cophenet(Z, Y) on tdist data set. ... ok
>
> .........
>
> test_qz_complex64 (test_decomp.TestQZ) ... ok
> test_qz_complex_sort (test_decomp.TestQZ) ... ok
> test_qz_double (test_decomp.TestQZ) ... ok
> test_qz_double_complex (test_decomp.TestQZ) ... ok
> test_qz_double_sort (test_decomp.TestQZ) ...
>  >>> ================================ RESTART
> ================================
>  >>>
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120720/76cee22c/attachment.html>


More information about the SciPy-User mailing list