mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
Changed paths and model.py
This commit is contained in:
parent
6ded811f79
commit
ced1318689
2 changed files with 5 additions and 5 deletions
|
|
@ -38,10 +38,10 @@ except ImportError:
|
|||
print "no sphinx"
|
||||
|
||||
APP_DIR = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
PACKAGE_DIR1 = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
#PACKAGE_DIR1 = os.path.normpath(os.path.join(os.getcwd(), '../'))
|
||||
sys.path.insert(0, APP_DIR)
|
||||
sys.path.insert(0, PACKAGE_DIR1)
|
||||
sys.path.insert(0, os.path.abspath('../GPy'))
|
||||
#sys.path.insert(0, PACKAGE_DIR1)
|
||||
#sys.path.insert(0, os.path.abspath('../GPy'))
|
||||
print "sys.path:", sys.path
|
||||
|
||||
#sys.path.insert(0, os.getcwd() + "/..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue