Merge branch 'devel' of github.com:/sheffieldml/GPy into devel

This commit is contained in:
James Hensman 2015-05-15 08:59:56 +01:00
commit 5cf3cb30c0
4 changed files with 41 additions and 19 deletions

View file

@ -15,7 +15,7 @@ from ...util.caching import Cache_this
try:
import stationary_cython
except ImportError:
print('warning: failed to import cython module: falling back to numpy')
print('warning in sationary: failed to import cython module: falling back to numpy')
config.set('cython', 'working', 'false')