Re: [SciPy-User] SciPy crashes Idle
I ran as scipy.test(verbose=2) and it crashed at test_random_tall (test_decomp.TestQR) ... I opened a ticket. It's #1723. The whole file is long, so I won't post it here unless people specifically ask.
From: scipy-user-request@scipy.org Subject: SciPy-User Digest, Vol 108, Issue 42 To: scipy-user@scipy.org Date: Sat, 25 Aug 2012 12:00:14 -0500
Send SciPy-User mailing list submissions to scipy-user@scipy.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.scipy.org/mailman/listinfo/scipy-user or, via email, send a message with subject or body 'help' to scipy-user-request@scipy.org
You can reach the person managing the list at scipy-user-owner@scipy.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of SciPy-User digest..."
Today's Topics:
1. Scipy.test() crashes Idle (Chris Stehlik) 2. Re: Scipy.test() crashes Idle (Scott Sinclair) 3. Re: Scipy.test() crashes Idle (josef.pktd@gmail.com) 4. Re: Scipy.test() crashes Idle (Ralf Gommers)
----------------------------------------------------------------------
Message: 1 Date: Fri, 24 Aug 2012 13:52:39 -0700 From: Chris Stehlik <chrisfs59@hotmail.com> Subject: [SciPy-User] Scipy.test() crashes Idle To: <scipy-user@scipy.org> Message-ID: <BAY168-W16FE180719C0967A93C1BB5BD0@phx.gbl> Content-Type: text/plain; charset="iso-8859-1"
Hi,
I am new to scipy and python itself. I was told to run scipy.test() to check it. I have a pc running Windows XP with the Enthought Free Python distribution 2.7.3 with Numpy 1.6.1 and Scipy 0.10.1. When I run scipy.test() in Idle, it crashes part way through. Numpy.test() goes through with no problems, but scipy.test() crashes each time. How does one go about reporting a bug one this ?
Chris
participants (1)
-
Chris Stehlik