提交 93559855 authored 作者: Frederic's avatar Frederic

update docstring

上级 7611aba2
...@@ -164,12 +164,12 @@ def default_blas_ldflags(): ...@@ -164,12 +164,12 @@ def default_blas_ldflags():
default blas, then we test it. If it fail, we return an empty default blas, then we test it. If it fail, we return an empty
blas. blas.
This is needed for anaconda on Windows. I wasn't able to find how This is needed for Anaconda on Windows. I wasn't able to find how
to detect if the mkl from anaconda can be reused or not. I was not to detect if the mkl from Anaconda can be reused or not. I was not
able to find a way to test it with try_flags correctly. Also, this able to find a way to test it with try_flags correctly. Also, this
will test the real code, so we don<t need to update the test in will test the real code, so we do not need to update the test in
case the software change. This also enable the test for all case the software change. This also enables the test for all
case. cases.
""" """
flags = static_default_blas_flags() flags = static_default_blas_flags()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论