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