提交 2e6963b5 authored 作者: Robert McGibbon's avatar Robert McGibbon

typo

上级 d26ae898
......@@ -1118,7 +1118,7 @@ class Eigvalsh(Op):
def make_node(self, a, b):
assert imported_scipy, (
"Scipy not available. Scipy is needed for the GEigvalsh op")
"Scipy not available. Scipy is needed for the Eigvalsh op")
a, b = map(as_tensor_variable, (a, b))
assert a.ndim == 2
assert b.ndim == 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论