提交 67341d9e authored 作者: notoraptor's avatar notoraptor

Convert printed warning message to logged warning message.

上级 c5b67f2d
...@@ -985,7 +985,7 @@ def blas_header_text(): ...@@ -985,7 +985,7 @@ def blas_header_text():
if not config.blas.ldflags: if not config.blas.ldflags:
print('Using NumPy C-API based implementation for BLAS functions.') _logger.warning('Using NumPy C-API based implementation for BLAS functions.')
def mkl_threads_text(): def mkl_threads_text():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论