mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 19:12:40 +02:00
[cython import] error notices where it happens
This commit is contained in:
parent
b55f84f04f
commit
1629662678
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue