You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hakanozadam@nandankita What is the purpose of the getEigenVectors.py script?
It does not seem to referenced by any of the Perl scripts.
getEigenVectors.py relies on deprecated weave to compile a small C function, so we should either get rid of getEigenVectors.py altogether or rewrite the function with Cython to ensure future compatibility.
The text was updated successfully, but these errors were encountered:
@hakanozadam @nandankita What is the purpose of the
getEigenVectors.py
script?It does not seem to referenced by any of the
Perl
scripts.getEigenVectors.py
relies on deprecatedweave
to compile a smallC
function, so we should either get rid ofgetEigenVectors.py
altogether or rewrite the function withCython
to ensure future compatibility.The text was updated successfully, but these errors were encountered: