提交 56bccaa2 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Small typo fix

上级 8ba7f66b
......@@ -251,8 +251,8 @@ except ImportError, e:
# when theano.config.blas.ldflags is defined. So we don't need a
# warning in that case.
if not config.blas.ldflags:
_logger.warning('Failed to import scipy.linalg.blas and '
'Theano flag blas.ldflags empty. '
_logger.warning('Failed to import scipy.linalg.blas, and '
'Theano flag blas.ldflags is empty. '
'Falling back on slower implementations for '
'dot(matrix, vector), dot(vector, matrix) and '
'dot(vector, vector) (%s)',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论