mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Merge pull request #489 from SheffieldML/linalg_cython-1
cython in linalg fix #458
This commit is contained in:
commit
cc4606beb6
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