mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
4f495e6efe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import scipy
|
||||||
if np.all(np.float64((scipy.__version__).split('.')[:2]) >= np.array([0, 12])):
|
if np.all(np.float64((scipy.__version__).split('.')[:2]) >= np.array([0, 12])):
|
||||||
import scipy.linalg.lapack as lapack
|
import scipy.linalg.lapack as lapack
|
||||||
else:
|
else:
|
||||||
import scipy.linalg.lapack.flapack as lapack
|
from scipy.linalg.lapack import flapack as lapack
|
||||||
|
|
||||||
try:
|
try:
|
||||||
_blaslib = ctypes.cdll.LoadLibrary(np.core._dotblas.__file__) # @UndefinedVariable
|
_blaslib = ctypes.cdll.LoadLibrary(np.core._dotblas.__file__) # @UndefinedVariable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue