From 16296626787466a179f05a7b50041ff72ec0a731 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Thu, 14 May 2015 11:18:40 +0100 Subject: [PATCH] [cython import] error notices where it happens --- GPy/kern/_src/stationary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/kern/_src/stationary.py b/GPy/kern/_src/stationary.py index b5e425e6..df064de7 100644 --- a/GPy/kern/_src/stationary.py +++ b/GPy/kern/_src/stationary.py @@ -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')