Archived
5
0

Moved python package into subdirectory, and fixed setup.py accordingly.

This commit is contained in:
2007-10-10 13:51:50 +00:00
parent 4866984e00
commit d424f7988d
6 changed files with 12 additions and 11 deletions

@ -4,7 +4,7 @@ from math import sqrt as msqrt
from numpy.testing import *
set_package_path()
from lplslib import lpls
from pyblm import lpls
from numpy import dot, eye, random,asarray,empty
from numpy.random import rand, randn
from numpy.linalg import svd,norm