[SciPy-User] linalg.eigh hangs only after importing sparse module
Pauli Virtanen
pav at iki.fi
Wed Mar 28 15:38:16 EDT 2012
Nicolas Pinto <nicolas.pinto <at> gmail.com> writes:
[clip]
> You are right, the same issue happens with `from scipy.interpolate
> import _interpolate`. Any advice on how to debug/fix from here?
I think you should also verify this by copying `_interpolate.so` outside Scipy
and importing it --- namely, `from scipy.interpolate import ...` import also
`scipy.sparse` so you cannot pinpoint the problem to `_interpolate`.
--
Pauli Virtanen
More information about the SciPy-User
mailing list