提交 fdc2b78e authored 作者: Olivier Delalleau's avatar Olivier Delalleau

More specific comment on the Scipy change

上级 94aab099
......@@ -154,8 +154,9 @@ try:
try:
fblas = scipy.linalg.blas.fblas
except AttributeError:
# In more recent versions of Scipy, `scipy.linalg.blas.fblas` has been
# replaced with `scipy.linalg.blas`.
# A change merged in Scipy development version on 2012-12-02 replaced
# `scipy.linalg.blas.fblas` with `scipy.linalg.blas`.
# See http://github.com/scipy/scipy/pull/358
fblas = scipy.linalg.blas
_blas_gemv_fns = {
numpy.dtype('float32'): fblas.sgemv,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论