From 2953e6b73b02c98db81c0ea0d7521bb564c9029e Mon Sep 17 00:00:00 2001 From: Neil Lawrence Date: Tue, 13 May 2014 17:00:02 +0100 Subject: [PATCH] Add ordinal and attempt to fix downloads --- GPy/util/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/util/datasets.py b/GPy/util/datasets.py index 05e4013e..9f8e1938 100644 --- a/GPy/util/datasets.py +++ b/GPy/util/datasets.py @@ -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