提交 fbde6dbf authored 作者: Maxim Kochurov's avatar Maxim Kochurov 提交者: Maxim Kochurov

remove pytensor/sandbox/solve.py as it is marked deprecated

上级 091bf71c
import warnings
from pytensor.tensor.slinalg import solve # noqa
message = (
"The module pytensor.sandbox.solve will soon be deprecated.\n"
"Please use tensor.slinalg.solve instead."
)
warnings.warn(message)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论