diff --git a/GPy/installation.cfg b/GPy/installation.cfg index 867a15bf..901a7ef5 100644 --- a/GPy/installation.cfg +++ b/GPy/installation.cfg @@ -1,2 +1,2 @@ -# This is the local configuration file for GPy +# This is the local installation configuration file for GPy diff --git a/GPy/util/datasets.py b/GPy/util/datasets.py index 44c9a930..ea23b21c 100644 --- a/GPy/util/datasets.py +++ b/GPy/util/datasets.py @@ -385,7 +385,7 @@ def spellman_yeast(data_set='spellman_yeast'): Y = read_csv(filename, header=0, index_col=0, sep='\t') return data_details_return({'Y': Y}, data_set) -def spellman_yeast_cdc(data_set='spellman_yeast'): +def spellman_yeast_cdc15(data_set='spellman_yeast'): if not data_available(data_set): download_data(data_set) from pandas import read_csv