mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Add ordinal and attempt to fix downloads
This commit is contained in:
parent
9c23a795ef
commit
2953e6b73b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def reporthook(a,b,c):
|
|||
sys.stdout.flush()
|
||||
|
||||
# Global variables
|
||||
data_path = os.path.expandvar(config.get('datasets', 'dir'))
|
||||
data_path = os.path.expandvars(config.get('datasets', 'dir'))
|
||||
#data_path = os.path.join(os.path.dirname(__file__), 'datasets')
|
||||
default_seed = 10000
|
||||
overide_manual_authorize=False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue