Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#46428 closed defect (fixed)

py-scipy: test_arpack.test_real_nonsymmetric_modes hangs

Reported by: cdeil (Christoph Deil) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: seanfarley (Sean Farley), michaelld (Michael Dickens)
Port: py-scipy

Description

With py34-scipy @0.14.1_2+gcc48 on OS X 10.10 I get a ton of fails and eventually the process hangs at 100% CPU if I run:

time python -c 'import scipy; scipy.test(verbose=10)'

Here's the numpy and scipy config I have: https://gist.github.com/cdeil/9408932b3cf8178d1886

And here's the test output: https://gist.github.com/cdeil/fb7bca7c2ae7f3fda72a#file-gistfile1-txt-L4244

Change History (5)

comment:1 Changed 9 years ago by seanfarley (Sean Farley)

Owner: changed from macports-tickets@… to sean@…
Status: newassigned

Not sure what to do here as I have no idea why it's hanging. Could you get a scipy dev to look into this?

comment:2 Changed 9 years ago by cdeil (Christoph Deil)

I've filed an issue for this in the scipy tracker: https://github.com/scipy/scipy/issues/4383

comment:3 Changed 9 years ago by seanfarley (Sean Farley)

Thanks!

comment:4 Changed 9 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: assignedclosed

Finally fixed in r131492.

comment:5 Changed 9 years ago by cdeil (Christoph Deil)

Thanks, Sean!

Now all scipy unit tests pass for me.

Note: See TracTickets for help on using tickets.