[SciPy-User] linalg.eigh hangs only after importing sparse module
Nicolas Pinto
nicolas.pinto at gmail.com
Tue Mar 27 20:30:33 EDT 2012
Thanks for the answers. Sorry for the late answer, I've been out of the country.
> Another possibility is that the problem comes just from the c++ runtime.
> There's another c++ module in Scipy, `scipy.interpolate._interpolate` --
> could you check if importing it also causes the same issue?
You are right, the same issue happens with `from scipy.interpolate
import _interpolate`. Any advice on how to debug/fix from here?
Thanks.
N
More information about the SciPy-User
mailing list