提交 630876f4 authored 作者: Thomas George's avatar Thomas George

added a blank sandbox/solve.py that just imports solve from slinalg and warns…

added a blank sandbox/solve.py that just imports solve from slinalg and warns the user that sandbox.solve will soon be deprecated
上级 bf369d76
import warnings
from theano.tensor.slinalg import solve
message = ("The module theano.sandbox.solve will soon be deprecated.\n"
"Please use tensor.slinalg.solve instead.")
warnings.warn(message)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论