提交 76eac264 authored 作者: Tanjay94's avatar Tanjay94

Fixed error caused by moving the function.

上级 87398e77
......@@ -30,8 +30,7 @@ from theano.sandbox.linalg.ops import (cholesky,
spectral_radius_bound,
imported_scipy,
Eig,
inv_as_solve,
power
inv_as_solve
)
from theano.sandbox.linalg import eig, eigh, eigvalsh
from nose.plugins.skip import SkipTest
......
......@@ -45,7 +45,7 @@ from theano.tensor import (_shared, wvector, bvector, autocast_float_as,
dtensor3, SpecifyShape, Mean,
itensor3, Tile, switch, Diagonal, Diag,
nonzero, flatnonzero, nonzero_values,
stacklists, DimShuffle, hessian, ptp)
stacklists, DimShuffle, hessian, ptp, power)
from theano.tests import unittest_tools as utt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论