GPy/GPy/util
Safrone 14046705cf fix: fallback for when no environment variables are set (#467)
* fix: dev: add or in home directory getting

adds another or when getting the home directory with os.getenv() so that if neither $HOME nor $USERPROFILE environment variable is set, os.path.join() will not fail by getting a None and the config will revert to the default configuration file.

* fix: remove extra statement
2017-01-09 09:50:29 +00:00
..
__init__.py Removing 'threaded' version 2016-08-09 14:54:29 +01:00
block_matrices.py Python 3 fixes 2015-06-23 01:26:52 -07:00
choleskies.py [paramz] started to pull paramz out 2015-10-14 10:28:23 +01:00
choleskies_cython.c independent outputs kernel now works correctly for symmetrical arguments 2015-10-20 15:09:14 +01:00
choleskies_cython.pyx reenabling gil 2015-08-17 15:00:29 +01:00
classification.py Convert print to function for Python 3 compatibility 2015-02-26 09:03:04 +00:00
cluster_with_offset.py Added threaded option - but this doesn't work due to the global interpreter lock 2016-08-04 12:31:36 +00:00
config.py fix: fallback for when no environment variables are set (#467) 2017-01-09 09:50:29 +00:00
data_resources.json [param_to_array] deprecated and removed param_to_array from code, use param.values instead 2014-10-06 08:59:24 +01:00
datasets.py fix: Bug in dataset (in fn download_url) which wrongly interprets the Content-Length meta data, and just takes first character. 2016-09-09 16:27:08 +01:00
debug.py [util] tests for util/debug.py 2016-03-10 12:07:23 +00:00
decorators.py more cooooopyrighting 2014-11-21 12:10:50 +00:00
diag.py [core] updating system, security branching 2015-09-02 09:06:17 +01:00
football_teams.json Google trends and football data sets. 2014-03-13 15:59:11 +00:00
functions.py [util] tests for util/debug.py 2016-03-10 12:07:23 +00:00
gpu_init.py fix gpu initialziation 2016-02-09 17:22:38 +00:00
initialization.py [yak shaving] 2015-09-18 16:21:31 +01:00
linalg.py [chaching] changing all chacher limits to 3 2016-03-07 11:37:22 +00:00
linalg_cython.c ENH: various Cython enhancements, mostly releasing the GIL when not needed 2015-08-17 14:46:37 +02:00
linalg_cython.pyx ENH: various Cython enhancements, mostly releasing the GIL when not needed 2015-08-17 14:46:37 +02:00
linalg_gpu.py changed gpu interface for mpi 2015-09-07 16:27:31 +01:00
ln_diff_erfs.py [licensing] replaced licensing with BSD, and erfcx 2015-09-07 17:26:27 +01:00
misc.py all tests passing 2015-04-28 16:04:02 +01:00
mocap.py add save channel function to mocap lib 2015-10-27 22:21:09 +00:00
multioutput.py Changed <> to != for Py3 compatibility 2015-02-27 16:53:54 +00:00
netpbmfile.py [brendan] netpbmfile 2014-06-30 10:26:05 -07:00
normalizer.py [warped stuff] plotting and normalizer in warped gps 2016-08-17 14:51:29 +01:00
parallel.py enhance optimize parallel 2015-11-12 15:11:20 +00:00
pca.py [py3] iterator .next fixes 2016-06-22 09:01:28 +01:00
squashers.py added copyright notice and license at the top 2012-11-29 16:39:20 +00:00
subarray_and_sorting.py Python2->Python3 2016-06-09 14:50:53 +03:00
univariate_Gaussian.py fixed strange bug. In python 3, numbers startin 0 are octal. 2015-08-12 15:19:04 +01:00
warping_functions.py [warped stuff] plotting and normalizer in warped gps 2016-08-17 14:51:29 +01:00