提交 a4626eda authored 作者: Hector's avatar Hector 提交者: Thomas Wiecki

Update aesara/sparse/basic.py

上级 4e13c84a
......@@ -3466,7 +3466,7 @@ class TrueDot(Op):
raise TypeError(x)
# These are the conversions performed by scipy.sparse.dot
if x.type.format == "csc" or x.type.format == "coup":
if x.type.format == "csc" or x.type.format == "coo":
myformat = "csc"
elif x.type.format == "csr":
myformat = "csr"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论