提交 ba5317ed authored 作者: Robert McGibbon's avatar Robert McGibbon

fix name in error message

上级 3d37b953
...@@ -577,7 +577,7 @@ def test_matrix_inverse_solve(): ...@@ -577,7 +577,7 @@ def test_matrix_inverse_solve():
def test_geigvalsh(): def test_geigvalsh():
if not imported_scipy: if not imported_scipy:
raise SkipTest("Scipy needed for the Solve op.") raise SkipTest("Scipy needed for the geigvalsh op.")
import scipy.linalg import scipy.linalg
A = theano.tensor.dmatrix('a') A = theano.tensor.dmatrix('a')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论