mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
cython in linalg
did set cython to working if linalg_cython was importable.
This commit is contained in:
parent
8c72eb2932
commit
113f84d6a7
1 changed files with 1 additions and 5 deletions
|
|
@ -11,12 +11,8 @@ from scipy.linalg import lapack, blas
|
||||||
from .config import config
|
from .config import config
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
try:
|
if config.getboolean('cython', 'working'):
|
||||||
from . import linalg_cython
|
from . import linalg_cython
|
||||||
config.set('cython', 'working', 'True')
|
|
||||||
except ImportError:
|
|
||||||
config.set('cython', 'working', 'False')
|
|
||||||
|
|
||||||
|
|
||||||
def force_F_ordered_symmetric(A):
|
def force_F_ordered_symmetric(A):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue