提交 1be571fc authored 作者: Thomas George's avatar Thomas George

removed sandbox/solve from flake8 whitelist

上级 27dae3f3
import warnings import warnings
from theano.tensor.slinalg import solve from theano.tensor.slinalg import solve # noqa
message = ("The module theano.sandbox.solve will soon be deprecated.\n" message = ("The module theano.sandbox.solve will soon be deprecated.\n"
"Please use tensor.slinalg.solve instead.") "Please use tensor.slinalg.solve instead.")
......
...@@ -86,7 +86,6 @@ whitelist_flake8 = [ ...@@ -86,7 +86,6 @@ whitelist_flake8 = [
"sandbox/linalg/__init__.py", "sandbox/linalg/__init__.py",
"sandbox/linalg/tests/__init__.py", "sandbox/linalg/tests/__init__.py",
"sandbox/linalg/tests/test_linalg.py", "sandbox/linalg/tests/test_linalg.py",
"sandbox/solve.py",
"scan_module/scan_utils.py", "scan_module/scan_utils.py",
"scan_module/scan_views.py", "scan_module/scan_views.py",
"scan_module/scan.py", "scan_module/scan.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论