mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
argghdfklg
This commit is contained in:
parent
ca41173225
commit
042ebab81e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ try:
|
||||||
assert hasattr(_blaslib, 'dsyr_')
|
assert hasattr(_blaslib, 'dsyr_')
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
_blas_available = False
|
_blas_available = False
|
||||||
except AttributeError e:
|
except AttributeError as e:
|
||||||
_blas_available = False
|
_blas_available = False
|
||||||
warnings.warn("warning: caught this exception:" + str(e))
|
warnings.warn("warning: caught this exception:" + str(e))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue